Change title font size of price table
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi Poulomi
Thanks for posting your question. You can try to use the following:
.ow-pt-columns-atom .ow-pt-column .ow-pt-title { } .ow-pt-columns-atom .ow-pt-column .ow-pt-title .ow-pt-subtitle { }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
!importantthe 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.
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.