I would like to use a switch for the layout of paragraph tags on a webpage.
I use the after pseudoelement:
p:after {content: url(\"../img/paragraph.g
p:after { content: none; }
This is a way to remove the :after and you can do the same for :before
:after
:before