Mobile Theme Post Title Bold

Posted in: Newspaper
Post count: 39

Hi Team,

We can bold the post title for desktop view through theme panel. Then, how could we bold the post title in mobile view?

Thank you.

Post count: 20688

Hi,

You could do that with a code like this
https://www.screencast.com/t/1VIlM3x0SuXM

.single .td-post-title .entry-title {
font-weight: bold;
}

Enter the code in Theme panel->Mobile theme->Custom CSS section. Maybe clear the cache after entering the code.

Thanks

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