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*

Menu & Search colours

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4619
    tfalbb
    Participant

    How do I change the background colours for the menu bar and the search fields?

    And, if they won’t automatically change when I change the backgrounds, the foreground colours for the menu bar and search fields.

    #4689
    sovit ranjitkar
    Keymaster

    To change the background colors for the menu bar and the search fields Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:

    #access,
    #access ul li ul,
    #access ul ul ul,
    #access ul ul ul ul {
        background-color: #FFFFFF;
    }
    input.s,
    input[type="search"]:hover,
    input[type="search"]:focus {
        background-color: #EEEEEE;
    }

    Note: Change #FFFFFF color code above with your own color code for background-color in navigation and change #EEEEEE for search fields.

    Now, Click on Save All Changes Button and Refresh your browser.

    Thank you for using our theme.

    #4691
    tfalbb
    Participant

    Thanks, that worked.

    #4692
    sovit ranjitkar
    Keymaster

    Great 🙂

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