I want to add a black, 3px bottom border to sections in my Shopify store. I want to add this bottom border to all sections except a few select ones. Any ideas on how to achieve that?
So far I have added custom CSS in theme settings using .section class to create the bottom border for all sections and that works.
Then I want to use the id of a particular section and add “bottom-border: none;” to remove the border from that particular section, but the changes cannot be saved. Why is that?