Home Forums WoodMart support forum Change color bottom header drop down menu

Change color bottom header drop down menu

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #569590

    studio.ambasador
    Participant

    Hi there I need to change color bottom header drop down menu

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

    studio.ambasador
    Participant

    Hi there I need to change color to white(or I chose color) for bottom header drop down menu , color text black , size 200px x 40 px

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

    Hello,

    Can you please share the page URL I will check and give you a possible solution.

    Best Regards.

    #569663

    studio.ambasador
    Participant

    in a preview post you mantion somethign like : when I apply current cont for me do not have effect

    .menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0>a {
    color: #00B0F6;
    }
    .menu-opener.color-scheme-light {
    color: #00B0F6;
    }
    .menu-opener.color-scheme-light .burger-icon, .menu-opener.color-scheme-light .burger-icon:after, .menu-opener.color-scheme-light .burger-icon:before {
    background-color: #00B0F6;
    }

    #569665

    studio.ambasador
    Participant

    in a preview post you mantion somethign like : when I apply current CSS code for our site but doesn’t have effect

    .menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0>a {
    color: #00B0F6;
    }
    .menu-opener.color-scheme-light {
    color: #00B0F6;
    }
    .menu-opener.color-scheme-light .burger-icon, .menu-opener.color-scheme-light .burger-icon:after, .menu-opener.color-scheme-light .burger-icon:before {
    background-color: #00B0F6;
    }

    #569681

    Hello,

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

    .wd-header-cats .menu-opener:not(.has-bg) {
        background-color: #e3dede !important; 
    }
    
    .wd-header-cats .menu-opener .menu-open-label {
        color: black !important;
        font-size: 15px !important;
    }

    Best Regards.

    #569694

    studio.ambasador
    Participant

    thank you ! have a great day !

    #569728

    Sounds Great! that your issue has been solved.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Change color bottom header drop down menu’ is closed to new replies.