Home Forums WoodMart support forum Change colour of the drop down menu background??

Change colour of the drop down menu background??

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

    iamkane1
    Participant

    I have googled already but only found one article which states CSS was needed to change…

    https://xtemos.com/forums/topic/how-to-change-drop-down-menu-background-colour/

    See the image in private..
    I want to change the green to my own colour (light grey)…
    Is there a way to do this in the backenbd or is it actually CSS?

    #703140

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

    #703170

    iamkane1
    Participant

    Hi. I can share but wondering is there a way I can do this myself??? Is there an option??
    You see the image screen grab I sent yes??

    #703229

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu {
    background-color: gray !important;
    }

    Best Regards

    #703244

    iamkane1
    Participant

    OK thanks for that…

    What is the bets way to separate the css codes??

    From one code to the other??

    #703300

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    When adding multiple CSS rules, the best practice is to separate each rule with a line break. For example:

    /* First rule */
    .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu {
        background-color: gray !important;
    }
    /* Second rule */
    .some-other-selector {
        color: #ffffff;
        font-weight: bold;
    }

    Use line breaks between each block for readability. Optionally, add a comment above each block to describe what it does (like /* First rule */) — this helps when you have many rules in the future.

    This way, your CSS stays organized, easy to read, and easy to edit later.

    Best Regards,

    #703310

    iamkane1
    Participant

    OK thanks that works

    #703325

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Change colour of the drop down menu background??’ is closed to new replies.