• Hi,

    I am currently trying to fix the menu hover font color. I’ve tried without success. It remains black when I want it to be #cccccc

    Also, when one clicks on a tab, it bolds the font of the tab they are on. I don’t know how to fix that so it is not bold.

    Finally, I would like to tighten the spacing between the dotted borders and the actual menu tab words but am unable to find anything when I search.

    My site is http://www.totemag.com

    Your help would be much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    Thread Starter ShelbyAnne

    (@shelbyanne)

    Okay I installed firebug but not quite sure how to use it/what to look for in it. I’ve got it on the css and I’m seeing this:

    #wpadminbar .ab-top-menu > li:hover > .ab-item, #wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar .ab-top-menu > li > .ab-item:focus, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus {
    background: linear-gradient(to top, #3A3A3A, #222222) repeat scroll 0 0 #222222;
    color: #FAFAFA;
    }

    which looks like this could help, but don’t see it on my editor. Is this something that I will have to add and adjust to my stylesheet?

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

The topic ‘Menu bar problems’ is closed to new replies.