Home Forums WoodMart support forum Change background color

Change background color

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

    mecolour
    Participant

    Hello supporter,
    I want to change the background color under this product category:
    https://paste.pics/5fdb40632e211ac7f4905dcd9885a8a7
    Could you tell me where i can do it?
    Thank you

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

    Artem Temos
    Keymaster

    Hi,

    – In order to change the background color, add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .wd-nav-product-cat .wd-dropdown-menu {
        background-color: green;
    }

    Regards,

    #499338

    mecolour
    Participant

    1. I have added the css in the global custom css,but it can’t work,that’s why?
    https://paste.pics/a770a0b10c8b1d526dc2f0f85edeed03
    2.Could you tell me how to hide the following product categories? such as this one:
    https://paste.pics/f8c2df859b1f0150cd3d38efe0c7c753
    I’d like to know the method.
    Thank you so much
    Best regards

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

    Hung Pham
    Keymaster

    Hi mecolour,

    1. Please clear cache and double check https://prnt.sc/jegYZaAKOcRY

    2. Would you like to sub-categories of this specific category only? Please describe in more details then I can assist you better.

    Regards,

    #499510

    mecolour
    Participant

    1. yes, it’s my cache. now i want to change the background-color to #12463a, how to do it?
    2. I only want to hide this sub-category, the others are the same, how to do it?

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

    Hung Pham
    Keymaster

    Hi mecolour,

    Yes, that’s possible. You can remove green color name and replace with your hex code.

    In order to remove sub-categories, add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .wd-nav-product-cat .cat-item .children.wd-dropdown {
        display: none;
    }

    Regards,

    #499789

    mecolour
    Participant

    I did it. Thank you.
    Best regards

    #499794

    Hung Pham
    Keymaster

    Hi mecolour,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,

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

The topic ‘Change background color’ is closed to new replies.