Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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!
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
2 REPLIES 2
Thanks for letting us know you were able to resolve this.
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report