how can I change post title font size for mobile?

Posted in: Newspaper
Post count: 3

I changed font size in them panel, it doesn’t apply for mobile screen.
I want to change font size for post title (single post page) in mobile

Please help

Post count: 22421

Hello,

The mobile theme fonts can only be changed with css. Please add this code in your theme panel-> custom css box:

@media (max-width: 767px){
.post header .entry-title{
font-size:24px!important;
}}

Thank you!

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