badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Nav #access

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #12748
    tekgirl
    Participant

    Can I add a color to the nav bar all the way across? Thanks

    #12754

    Hi tekgirl.
    We don’t have this feature in free version. You need to buy a pro version for this feature.

    Thank you!

    #12756
    tekgirl
    Participant

    ok – thanks…is there no Css that can be coded?

    #12809

    Hi Tekgirl,

    Yes there is a CSS code.

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .hgroup-wrap {
        background-color: #ffffff;
    }

    Note: Change above Hex color code #ffffff to your own Hex color code.

    Thank you!

    #12819
    tekgirl
    Participant

    Thank you! We are probably going to buy the Pro version anyway…that did not work, since hgroup is above our banner…we need the navbar below our banner 🙁 BUT…it did fix the problem of white space above the banner, so thanks for that 🙂

    #12822
    tekgirl
    Participant

    So this is the code that worked for having a nav bar in a different color:

    nav#access.clearfix {
    background-color: #ED500B;
    }

    #12838

    Ok that’s great
    Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.