How do I edit the attribute carousel att he bottom of the shop page
-
Hi
There is a carousel at the bottom of the shop page that I wish to replace with an image banner. How do I replace this? I have already done it on the home page but can’t find the setting for the shop page. I have tried toe dit the shop page under pages but I get an elementor error which doesn’t show when I try to edit other pages.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
To remove the brands slider you need to Go to Theme Settings >> Footer >> Prefooter area >> You need to clear the content in it.
Screenshot for Clarification: https://ibb.co/86r9yD4
If you want to add anything else in there then edit the HTML Block and add the element you want.
Best Regards
Great that sorted it.
Can you please also tell me how to remove the uncategorized category from the shop category pages as per the image attached?
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-nav li.cat-item.cat-item-15 {
display: none;
}
Best Regards