Shape 5

Joomla Templates => Campus Life - Club => : tljackson February 25, 2016, 02:34:35 PM



: top menu font color
: tljackson February 25, 2016, 02:34:35 PM
Hi there
How do I change the font color from white to black on the top main menu?
Thank you.


: Re: top menu font color
: jonahh February 26, 2016, 12:31:56 PM
Hello,

In the s5_flex_menu.css file at line 146 you can change the font color by editing the below:

:
#s5_nav li a {
    color: #fff;
    font-size: 1em;
    font-weight: 700;
}


: Re: top menu font color
: tljackson February 29, 2016, 06:03:41 PM
Thank you!