• Hi All,

    On our blog which can be seen at http://blog.simonandsimon.co.uk/ you will see a blue menu bar which appears to have no text in it – if you hover towards the far left of the bar however you will see home come up – however it is usually invisible – meaning the font must be the same colour as the menu – however I cannot work out how to change this – have looked at the usual solutions online and it does not seem to work –
    example of where someone said it should be editable:

    #access ul li.current_page_item > a,
    #access ul li.current_page_ancestor > a,
    #access ul li.current-menu-ancestor > a,
    #access ul li.current-menu-item > a,
    #access ul li.current-menu-parent > a {
    color: #fff;
    }
    * html #access ul li.current_page_item a,
    * html #access ul li.current_page_ancestor a,
    * html #access ul li.current-menu-ancestor a,
    * html #access ul li.current-menu-item a,
    * html #access ul li.current-menu-parent a,
    * html #access ul li a:hover {
    color: #fff;

    However ours is already fff and so should the text not be white?- is there an individual piece of css code I can put in or anything at all to make the color white?

    Thank you for any help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Looks like the color is set in inline CSS:

    <span style="color:#3e618e;">Home</span>

    Thread Starter jamesimon

    (@jamesimon)

    Thank you for the response, it is much appreciated. How would I go about editing this (sorry!)

    That inline style is probably either hardcoded somewhere in the theme or is being added dynamically with javascript. Either way it would require some deeper investigation into the theme files to remove it.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Menu Link Font Colour’ is closed to new replies.