• Resolved ma3ry

    (@ma3ry)


    I’m afraid that I cannot figure out how to change the current page text colour of the menu in the footer widget at http://marypearson.info

    Right now it is white on a white background.

    I’m assuming it is not in the addon and will have to go into Simple Custom CSS.

    Thanks very much for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Tom

    (@edge22)

    Looks like a style inside the dropdown menu plugin you have installed.

    This is the CSS setting the text to white:

    li.current-cat a, li.current_page_item a, li.current-menu-item a, li.current-cat a:link, li.current_page_item a:link, li.current-menu-item a:link, li.current-cat a:visited, li.current_page_item a:visited, li.current-menu-item a:visited {
          color:#FFF;
    }

    If you change that color by adding the above to your CSS and changing the hex, it should work.

    Thread Starter ma3ry

    (@ma3ry)

    OMG thank you so much for telling me what the problem was. I had downloaded that plugin when I couldn’t figure out how to make the menu horizontal but I’m not using it. I simply deleted it and voila, all is as it should!

    Thank you again so much!!!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Current Page Text Colour In Footer Widget’ is closed to new replies.