Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi there!
I have managed to create different styles for the content of different widgets but cannot
separate the titles so every widget has its title formatted in the same style which I do not want.
Advice would be appreciated.
Many thanks
snowgoosebooks.co.uk
Hi Stevereeve,
You should consider adding a class to the widget so you can specifically target that header. To do this, open up your intended widget and go over to the widget styles sidebar. Open the attributes group, and input a class. Then, simply prepend your CSS with that CSS. For instance, with a h3 header I would use something like this:
.example h3
Hopefully, this helps you. I would also recommend giving this article a read, How CSS Selectors Work.