• I enabled the use of a Menu on my site, according to the procedure, but I see no way to adjust the font in the menu for color. T%he menu uses links, which are the same color as the balance of each page. It works fine everywhere except the menu, as the background of the header is a dark color, and the link font color is also dark, so the menu does not show up at all except for the vertical division bars. I do get a Background color change with mouse hover, but unless I mouse hover, there is no menu visible. I’m using a theme that supports 1 menu (Titan).
    The site url is http://www.sailletales.com/

    I’d like to know which css to use to revise the font color for links, but I want the change to affect the menu7/header only.

Viewing 1 replies (of 1 total)
  • You need to edit STYLE.CSS.
    Go in the Wp-admin to:
    Appearance, Editor
    th Select STYLE.CSS from the right column.

    Not much in there for that theme.
    Edit:
    To change font color for links:

    #menu a:link, a:visited { color: #FFF F99;}  
    
    To change Font color for when mouse hover:
    
    a:hover { color: #FF6 600;}
Viewing 1 replies (of 1 total)

The topic ‘Menu Font color issues’ is closed to new replies.