• This theme has all the navigation text for preset and custom menu’s set as a greyish and rollover and current site set as a goldish color. I have tried many things in the css to change the text color and nothing effects the grey on custom menu’s or the goldish on all menu’s.
    My site is https://www.cozykittyco.com
    I was able to change the regular color on the default main menu:
    #nav ul li a {
    color: blue;
    }
    and the background for active page but that is it.
    #nav .current_page_item a {
    background:black;
    color:white;
    }

    The text color doesn’t effect the navigation menu’s.

    No luck with changing the text for active page or the default text color for the custom navigation on the side.

    The preset colors for this theme do not show up well with the background colors and I want both navigation text colors to match.

    I enabled css labels in the menu’s and using these labels does not effect the text color either. I can control background, hover background, spacing, weight, etc but not text color.

    Thank you for any suggestions.

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘navigation label text color’ is closed to new replies.