Hi there,
I would like to set the Main Menu in font-weight: normal
(Parameter Settings in Joomla Module) but the aktive Main Menu
Button (class: .ux-menu a.current) should be font-weight:bold;
Unfortunately the active Button of the Mainmenu is still font-weight:normal;
Here's my css:
.ux-menu a.current{
font-weight:bold;
border-color:#FFFFFF;
background-color:#FFFFFF;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-right:1px solid #c51a1b;
margin-left:-1px;*/
color:#5d5d5d;
background-image:none;
}
Joomla Version: 2.5.4
Here`s the link to the project:
www.heigenmoser.de/httpdocs/index.php
Thank you in advance