How To Bold The AMP Page Title?

Posted in: Newspaper
Post count: 39

Hi Team,

I have activated the AMP function and it works fine. However, how could I bold the post title? It will be much beautiful if users can choose to bold the title. Please kindly advise. Thank you.

Regards,
Francis

Post count: 22421

Hello,

You can try a custom css approach to bold the title as there is no setting in this regard. Please check this topic to see how css can be applied to the amp template:
https://forum.tagdiv.com/topic/center-imagen-featured-in-amp/
You can use a css code like:

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

Thank you!

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