Guest Posted May 19, 2021 Posted May 19, 2021 Site URL: https://lustrelove.co/shop Hey there. I am trying to customize the category labels (Buy Once | Subscribe & Save 10%) on my store page - I want to change the font family and size. Secondly, what would be the code if I decided to hide it altogether? I appreciate any insight! https://lustrelove.co/shop
tuanphan Posted May 20, 2021 Posted May 20, 2021 Add to Design > Custom CSS /* Shop category links */ .nested-category-children * { font-family: monospace; font-size: 30px; } /* Hide shop category */ .nested-category-children { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.