I’m currently using a custom script to improve the design and behavior of my Shopify store, but I only want it to apply in specific areas, not across the entire site.
In particular, I would like to use these improvements only in certain sections like “Shop by Category” to make them look more premium, while keeping the rest of the store unchanged. Right now, the code is affecting everything and also causing issues with the “Shop by Category” section.
If anyone can help me adjust the code so it only works in selected sections or categories, I would really appreciate it.
@PeppePro02 this is a css code, if you save it in css file of the theme, it will get applied for the entire site. If you want to add it for particular section then please add it in custom css section of that particular section.
Or you can add it to the liquid file of that particular section, this will need bit of coding knowledge to pin point exact file being used for section.