• Resolved raut123

    (@raut123)


    Iam using dazzling 1.4.4 want to change menu background color to red and text color white.but entire .nav.navbar-nav gets changed.how to change only menu background color dont want to change background color on hover

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Silkalns

    (@silkalns)

    Please post your website URL to see your website setup and will try to help you from there.

    Thread Starter raut123

    (@raut123)

    website URL https://nbnn.in/

    Theme Author Silkalns

    (@silkalns)

    Add this code to Appearance >> Theme Options >> Other >> Custom CSS

    .nav.navbar-nav {
      background: #eee;
    }

    It will change background only for menu items and not the entire header.
    Let me know if this is what you were looking for.

    Any page I create displays text over the main background picture, but it’s hard to read. Can I specify a background color for a page?

    solanahomedesign.com

    Also, want to have my footer stay at the foot of the page. Can I include som element in my page which will maintain blank space?

    Theme Author Silkalns

    (@silkalns)

    @jwilliamwilcox

    You can se background color by adding this simple CSS to Appearance >> Theme Options >> Other >> Custom CSS.

    #content {
      background: #fff;
    }

    Next time please start your own thread as this one is not relevant to your question.

    Thank you. It worked like a charm, and sorry about the run-on post. I’ll create a new post next time.

    I added one variable to the CSS above:

    #content {
      background: #fff; opacity:.7;

    Result:

    solanahomedesign.com

    Thanks for the help,

    Willie

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