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].
Hello,
I am using the SiteOrigin North theme, and I would like to change the title font size in my price table. I tried doing it with Custom CSS (the visual editor), but seems I can only change the subtitle size by itself, not the title. If I try to change the title size, the subtitle size changes also.
Could you please help? Maybe tell me what CSS code I can put in directly? For reference, this is the page: https://weignitegrowth.com/services/website-seo-content/website-design-packages/
Thanks a lot,
Poulomi
Hi Poulomi
Thanks for posting your question. You can try to use the following:
Hi, sorry I didn’t get a notification about your message.
Where do I specify the font size of the title then?
I tried this CSS:
.ow-pt-columns-atom .ow-pt-column .ow-pt-title {
font-size: x-large
}
AND ALSO:
.ow-pt-columns-atom .ow-pt-column .ow-pt-title {
font-size: 50pt
}
Nothing changed. Can you give me the exact code please?
Thanks a lot!
Hi Poulomi
You can add
!important
the example rules you’ve listed above and they’ll work.font-size: 50pt !important;
Ok thank you, it did work now.
Thanks for the update, we’re glad to hear you’re making progress.