Remove arrow on Category Title
-
Good day,
We would like to remove the arrow on each product category.
IS there an option to do so or perhaps a CSS code to add?
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-back-btn {
display: none;
}
Regards.
Xtemos Studios
We are still using your theme version 5.3
it seems that this CSS is valid from 6.0 onward.
could you provide us with CSs for 5.XX version of woodmart please?
thank you
Hello,
Please replace the previous Custom CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-back-btn {
display: none;
}
And see if this works for you.
Regards.
Xtemos Studios
Hi Xtemos team and thank you so much for your great support.
I added the Css into global CSS field but it still shows the woodmart back button.
url to check in private
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.shop-title-wrapper a.woodmart-back-btn {
display: none;
}
Regards.
Xtemos Studios
thank you !!!
it works all good
Most Welcome!!!
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Remove arrow on Category Title’ is closed to new replies.