Font size

Posted in: Newsmag
Post count: 59

how can i change the font size of the text between the blue separator?

Post count: 6535

Hi

Please also provide more details about where the text is located, in post or page, and also an screenshot would be helpful.

Thanks.

Post count: 59

oh sorry here’s a screenshot

the text is located on a page

Post count: 59

screenshot

Post count: 6600

Hi,

Please provide that page’s url as we need to inspect it to provide an answear on this.

Thanks

Post count: 59

Post count: 59
Post count: 6535

Hi

Try using this custom css in Theme Panel > Custom Css: http://screencast.com/t/mvNyX52lp

.page-id-833 .vc_separator h4{
font-size:20px;
}

This css will be applied only on that page, if you want to aply an other pages remove this class .page-id-833

Thanks!

  • This reply was modified 11 years by Andrei L..
Post count: 59

Thank you so much!!!

Post count: 92

Hi Andrei,
I’m having a hard time getting that custom code to work on my site. I’ve specified the page number and placed the CSS code correctly, no syntax errors, but after I save and clear the cache, it’s still not changing font size no matter what I do. Just curious to know what else I could be missing. I’m reasonably experienced with websites after a decade of tinkering with code (CSS, HTML, PHP, JS) but I’m pulling my hair out wondering why this code is not having any effect. Would welcome any suggestions you might have.

Kind regards 🙂

Post count: 23312

Hello MESOTU,

Try to place the !important tag to your custom code and check the results. You can provide your website URL so I can take a closer look at it.

Thanks.

Viewing 11 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic.