Howto make a Menu item Bold - Joomla! Forum - community, help and support


is there way make menu item display in bold (or color)?

thanks

in core joomla's menu, each menu item uniquely identified class name. class name formed combination of text string "item-" , menu item's id. example, if sample data learning installed joomla!, menu item "getting started" in menu "about joomla!" identified unique class name "item-437". informed id of menu item "getting started" 437 , hence class name "item-437".

in template protostar, following css entry added file user.css located in directory \templates\protostar\css have menu item "getting started" shown in bold & red color.

code: select all

li.item-437 {
    color: red;
    font-weight: bold;
}


hope helps address need.





Comments

Popular posts from this blog

Falang and too many redirects - Joomla! Forum - community, help and support

Infinite loop detected in JErrorInfinite loop detected in JError - Joomla! Forum - community, help and support

logged out from joomla! - Joomla! Forum - community, help and support