UNCATEGORIZED category showing / titles have changed alignment
-
Hello,
I’m not sure you received my last post, can’t see the topic?
1. Please can you let me know how to make my product titles center align since the update has left-aligned again (screenshot attached)? Not sure why as I’m using the child theme for CSS edits.
2. Please can you tell me how to remove the UNCATEGORIZED category that has recently appeared on my product menu after the theme update? I’m using the child theme so not sure why.
https://talkware.co.uk/product-category/clothing/
Thanks
Thomas
screenshot attached
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshots you attached.
1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .wd-entities-title {
text-align: center;
}
2)Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-nav-product-cat li.cat-item.cat-item-15 {
display: none;
}
Regards.
Xtemos Studios
Thank you, the titles are aligned center now, the prices and select options text below are still left aligned?
Thank you
Hello,
You are Most Welcome.
I have visited your website and the price and select options are centered.
Screenshot for Clarification: https://ibb.co/M7y37G5
Best Regards.