• Resolved bck5WG

    (@bck5wg)


    I’m really excited about this theme. I’ve tested more than a dozen themes on a test site, and this is by far the easiest to use, has a clean design and has so many customization options. Also, so far it hasn’t done any weird things like what I’ve encountered with other themes where the image will be super huge, home page not showing, etc.

    One question, is there a way I can change the color of the menu bar without touching code? I changed the navigation color, but it doesn’t work so well with the color of the menu bar. Is there a way I can change the color of the menu bar to white or some other color?

Viewing 5 replies - 1 through 5 (of 5 total)
  • To achieve this you’ll have to write some CSS code.
    For example the code below will remove shadow and make the menu bar white.

    #navigation {
      background: #fff;
      box-shadow: none;
    }
    
    #navigation ul li a:hover {
      background: #fff;
    }

    You can paste it to the Appearance > Theme Options > Styling > Custom CSS box.

    Thread Starter bck5WG

    (@bck5wg)

    Sorry for the delayed feedback. I tried it. I pasted the code above in the Custom CSS box, but nothing happened. Before I pasted the code, there was one line in the box. I think it was {body} but I’m not sure. I deleted that word first so the box was completely empty and then I pasted the code. Maybe I should have left that word in there?

    body {} is just an example, it doesn’t do anything.

    I’ve tested this code, it should work.

    First make sure you saved options after pasting the code.
    Next if you are using a caching plugin, always clear cache after changing theme options.

    If this doesn’t help send me an email with the URL to your website or post it here, I’ll take a look and try to find what is wrong.

    Thread Starter bck5WG

    (@bck5wg)

    Thanks, I’m running the theme on a test site so it’s not accessible. Will be using it on a live site soon but I’m still working on header and footer images. Once I have it up and running and if I still have the issue in the live site, I’ll let you know. Appreciate the support and really, really like this theme. Thanks!

    Thread Starter bck5WG

    (@bck5wg)

    I just realized I don’t have to mess around with changing the menu bar color. It’s beautiful as it is. Thanks again!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Menu Bar Color’ is closed to new replies.