Where can I create a custom class for a section that I can then update in the Custom CSS section?
On my site I tried to create a custom class for one of the sections on my site: http://pasteboard.co/bNDmi8F.png
I then modified some of the properties in the Custom CSS section: http://pasteboard.co/bNJ4PqC.png
And for some reason it changed the properties of other sections as well: http://pasteboard.co/bNMxBD7.png
Please help; thanks!
Comments
.difference h1, h4, body { /* CSS HERE */ }
This is completely wrong. Above css means that css inside brackets should work for h1 inside .difference class and also h4 and body all around website. If you want to create own css, we recommend to read some articles about css first.
Thanks!