Change Font-Family and color of Post title when mobile theme plugin in ON

Posted in: Newspaper
Post count: 436

This is how post title currently looks when TD Mobile theme plugin is enabled : https://i.snag.gy/AsyaNw.jpg

but I want it to look as it looks on Mobile-responsive version of desktop theme when TD Mobile theme plugin is OFF. Like this: https://i.snag.gy/PstgB3.jpg

I tried changing various font-settings for H1 in Style.CSS file under Mobile folder of Newspaper theme, but nothing happened. I was looking for “td-post-title” as shown by Google chrome Inspect console but couldn’t find it.

What should I do?

Thank you.

Post count: 623

Hello nano2408

To get desired results, you need to add below code in the mobile custom code field.

header .entry-title {color:#657786; font-weight:bold;}

Refer: http://prntscr.com/cxsrsp
Results: http://prntscr.com/cxsrzt

Hope this will help you.

  • This reply was modified 9 years by Amit.
  • This reply was modified 9 years by Amit.
Post count: 436

Hi,
Thank you Amit 🙂
But I specifically want to change the core CSS code for Font needs because it looks ugly when user sees changing fonts even for the mili seconds.

Can you please tell me what should I change in the core file and where?

Thank you

Post count: 623

Yes,
You have to edit style.css file located in themes/Newspaper/mobile/style.css
Line numbers 3042, 3043
See the snapshot http://prntscr.com/cxtkjs

Post count: 436

Actually it was not working because I should cache contents from all three places 1. WP Super Cache 2. My hosting server Cache and 3. KeyCDN cache purging.

Now it’s working. Thank you.

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