How to show logo brand on Filter by brand
-
Hello,
I saw the screenshots you attached.
To display the shop filters same as in our demos. You need to use the woodmart woocommerce layered nav widget in the shop page
widget area and set it according to your needs for each attribute.
Screenshot for Clarification: https://ibb.co/Lg0gqCR
Regards.
Xtemos Studios
Thank you very much for the answer
I have 1 more question
How to hide the post date?
please check my image
https://www.connectmart.co.th/wp-content/uploads/2021/06/Screen-Shot-2564-06-16-at-13.40.00.png
Thanks
Hello,
You are Most Welcome.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.post-date.wd-post-date {
display: none;
}
Best Regards