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

  • It changed because your css is broken. It is completely wrong. How can you use body after .difference or how can you write something like:

    .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!
Sign In or Register to comment.