Page font size doesn't change

Posted in: Newspaper
Post count: 8

Hi tagdiv,

I love that I can customize the font family and sizes so precisely with the new theme panel. But I’ve noticed that no matter what size font I choose for my Page content in the panel, the font size on my page doesn’t change.

I’ve chosen the Tahoma font family for Page, Post, and Body content. The Post works perfectly but not so much on the page.

Can you help?

My website is http://thetraveltype.com

Thanks!

—Tim

Post count: 555

It’s a issue that was always a problem even in V4 to change it you have to look for the page ID and put it in this CSS Code as follow…where the xxxx is put the page id # there and then put that code in the theme css box on the top not the bottom…

.page-id-xxxx .wpb_text_column p {
font-size: 16px; !important;
}

Post count: 8

Thank you Steven, worked great!

Post count: 555

Ur welcome…

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.