Home New Guten Forums WoodMart support forum Header categories menu background color change

Header categories menu background color change

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #668290

    zenx03
    Participant

    Hello, I’d like to modify the background colour of the header categories menu and search symbol without changing the primary colour.
    I need an individual colour for the categories menu backdrop, the search icon background, and the primary colour. If I alter the primary colour, the header categories menu background colour and search icon background colour will change automatically. Please help me fix this.

    Refer to the attached screenshots.

    Attachments:
    You must be logged in to view attached files.
    #668310

    Hung Pham
    Keymaster

    Hi froxica.com,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    /* Browser categories */

    .wd-header-cats span.menu-opener:not(.has-bg) {
        background-color: #000;
    }

    /* Search */

    .searchform[class*="wd-style-with-bg"] button.searchsubmit {
        --btn-bgcolor: #000;
    }

    Best Regards,
    Hung PD

Viewing 2 posts - 1 through 2 (of 2 total)