Post font size

Posted in: Newspaper
Post count: 364

Hi,

I’m struggling with setting up a custom font size (14px) for posts. I tried it two ways, via the post settings in the theme panel and via adding a font size to .post in style.css. Unfortunately without success as you can see here: https://www.dropbox.com/s/64oz04edxq2hmpv/Text%20Size.JPG?dl=0
The text in the read frame shows the published post with default text size. Only when I format each span with a custom text size of 14px I finally get the right size (blue frame). By default the text size will stay at 10.5px while publishing a post. Additionally I have to say that I’m using the TinyMCE Advanced Plugin for my editor. You can find the post of the picture here: http://starzip.de/dsds-gewinner-2015

Thanks,
Loano

Post count: 7909

Hi,

Please check this also without any plugins active, leave just Visual Composer active, clear cache and se if the post font size is changing from Theme Panel. I have also checked this and did not found any issues. I have checked you article and found that also the default css for post content is overwritten – http://screencast.com/t/VRTSYf3m on my side – http://screencast.com/t/ya6VanJ8lxJW
Or if you want to add font size using custom css you can use !important tag – http://screencast.com/t/cu2WsFhV63

body .td-post-text-content {
font-size: 16px !important;
}

Thanks!

Post count: 364

Hi Alin,

I could’t find the bug but your code in combination with !important works for me.

Thanks for your help,
Loano

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