Font size doesn’t work in siteorigin
Hi!
I got feedback that the font size for paragraphs was too small in my wordpress theme, so I changed it under appearance/theme/custom css like so:
p {font-size: 16px;}
It works perfect in regular posts (for ex: http://sandranicole.se/vintage-guide-tips-paris/) but not in posts where I use the page builder plugin (for ex: http://sandranicole.se/january-wishlist/) it does works in the plugin when I use lists.
Does anyone know what I can do to change it? :)
Thanks in advance,
Sandra
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi Sandra,
Your theme is overriding your CSS. Please replace your CSS with the following CSS so that it affects both instances of text:
.widget p, p {font-size: 16px;}Thank you so much Alex! It works perfectly :D
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.