ericurentit
-
Posts
7 -
Joined
-
Last visited
Reputation Activity
-
ericurentit reacted to paul2009 in How to remove a blog date
You can hide the dates on the Blog List Page by adding this to Design > Custom CSS:
.tweak-blog-basic-grid-secondary-meta-date .blog-basic-grid .blog-meta-secondary .blog-date { display: none; } Did this help? Please give feedback by clicking an icon below ⬇️
-
ericurentit reacted to Beyondspace in Can I remove the price from the Related Products section?
You can try adding to Home > Design > Custom Css
.ProductItem-relatedProducts .product-price { display: none; } Support me by pressing 👍 or marking as solution if this useful for you
-
ericurentit got a reaction from Beyondspace in Can I remove the price from the Related Products section?
Thank you so much it worked!