Home Forums WoodMart support forum How to completely hide the pictures in this Side category

How to completely hide the pictures in this Side category

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #677348

    ha21cn
    Participant

    https://ibb.co/Kxx0v2hn
    When I use this Element to make an HTML giant menu, I don’t want to display the category pictures. How can I set it so that the pictures are not displayed? I don’t need the picture function.

    #677410

    Hung Pham
    Keymaster

    Hi ha21cn,

    Thanks for reaching to us.

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

    div.cat-design-side .wd-cat-thumb {
        display: none;
    }

    Regards,
    Hung PD

    #677533

    ha21cn
    Participant

    https://ibb.co/TB7q3KjM
    Why is the menu background I set blank? How can I set it to gray instead of white?
    https://ibb.co/LhpFBBDD
    This is the effect I want to achieve.
    Regarding the above code, I just want to unclassify the image in a certain HTML Block and don’t want to apply it globally to the entire website. How should I use the above CSS code?

    #677680

    Hung Pham
    Keymaster

    Hi ha21cn,

    Thanks for your patience.

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

    .wd-dropdown.wd-dropdown-menu{
        background-color: #000;
    }

    Yes, above CSS codes apply to Product categories widget only.

    Regards,
    Hung PD

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