x

Changing menu color (Business theme -- older themes)

I am comfortable with CSS and would like to change the menu color on http://frnca.weebly.com.

I simply want to make the menu items white. I go into the CSS, under main_style.css, search for navigation and find the code. I switch the color to white #ffffff -- but the color stays the same when I change it. Do I have to save it as a new theme before it takes effect?

Here is one section of the code that I tried to change:

#topnav a {
float: left;
display: block;
font-family: "Asap", "Myriad Pro", Arial, Helvetica, sans-serif;
color: #51828e;
text-decoration: none;
text-transform: uppercase;
padding: 11px 22px 15px;
border: 0;
outline: 0;
list-style-type: none;
font-size: 16px;
}
 
Changing color: #51828e; to #ffffff should make it change to white? But it doesn't seem to be working. Any advice would be most appreciated.
 
Thanks so much!
613 Views
Message 1 of 3
Report
2 REPLIES 2

I solved this. After I saved the changes it worked. I wish it would preview it...

610 Views
Message 4 of 3
Report
Square

Thanks for letting us know you were able to resolve this. 

603 Views
Message 4 of 3
Report