• jennjaeger1234

    (@jennjaeger1234)


    Hi, my nav menu is white with a teal link color. However, when you play around with the site, the white (which should be a secondary link color) fades into the photo colors. I have tried everything to change the colors.

    The base color scheme has very few choices – default (which is set to teal for link color) and yellow, light gray and red. All this does is to change the color of the page that users are on but I cannot seem to change the base color of the menu and I need it to be a charcoal gray. (And also a little bolder.)

    I have tried every css code for navigation but it doesn’t work.

    I’m pulling my hair out – help! Thanks!

    (Site is Themegrill – Flash (free version)
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Ashesh Magar

    (@asheshmagar)

    Hi @jennjaeger1234,

    These are the CSS selectors for the menu:

    #site-navigation ul.nav-menu li a  {
        color: #716E6A;
        font-weight: 700;
        font-size: 16px;
    }
    
    .fa-angle-down:before {
        color: #716E6A;
    }

    If you have added custom CSS before please remove it and try this above CSS. Play with the values and set as you like.

    Thanks,
    Ashesh

    Thread Starter jennjaeger1234

    (@jennjaeger1234)

    Thanks so much! I never could have figured this out.

    Ashesh Magar

    (@asheshmagar)

    Glad I could help. 🙂

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

The topic ‘Base Color Scheme’ is closed to new replies.