How to completely hide the pictures in this Side category
-
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.
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
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?
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