End of Support for Joomla 3 - Forum closed
CSS Menu
- Céline EGOKI
- Offline Topic Author
- Fresh Boarder
-
- Posts: 10
- Thank you received: 0
Hi,
I've a new question about CSS's menu :
Thanks for your reply, and have a good sunday !
I've a new question about CSS's menu :
- - How change the text style of the menu and submenu ? I would like to have first level of submenu in bold (example, go to my www.egoki-formation.fr/ , if you overfly FORMATION's menu, I would like to have "LANGUES, PAO, .... in bold to be different about the second level of submenu)
- - I would like to reduce spacing about different submenu's title, how can can I do that ?
Thanks for your reply, and have a good sunday !
Last Edit:7 years 6 months ago
by Céline EGOKI
Last edit: 7 years 6 months ago by Céline EGOKI.
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Add this code below to your css/custom.css
www.joomlaplates.com/support/documentation/custom-css-in-joomla
www.joomlaplates.com/support/documentation/custom-css-in-joomla
Code:
/* Header */
.uk-nav > li.uk-parent > a {
padding: 2px 20px;
font-weight:bold;
}
/* Submenu item*/
.uk-nav ul a {
padding: 0 10px;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: Céline EGOKI
Please Log in or Create an account to join the conversation.
- Céline EGOKI
- Offline Topic Author
- Fresh Boarder
-
- Posts: 10
- Thank you received: 0
- Céline EGOKI
- Offline Topic Author
- Fresh Boarder
-
- Posts: 10
- Thank you received: 0
Hi !
How can I have the other link menu in bold too ? I would like to have all in bold, except submenu ?
Thanks
How can I have the other link menu in bold too ? I would like to have all in bold, except submenu ?
Thanks

by Céline EGOKI
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
The regular nav settings can be changed in customizer
Attachment Screenshot_3-2-3-4-5-6-7-8.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
- Céline EGOKI
- Offline Topic Author
- Fresh Boarder
-
- Posts: 10
- Thank you received: 0
Hi,
thanks for the support but it's not that.. In my submenu, it's element's name "management" or "secréatariat" (you can see directly HERE ).
thanks for the support but it's not that.. In my submenu, it's element's name "management" or "secréatariat" (you can see directly HERE ).
by Céline EGOKI
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates