Change the subline font weight for AMP?

Posted in: Newspaper
Post count: 36

Hey,

I’m trying to chang the weight of the subline font (the one under the h1 article title) on AMP. How/where can I do that?

Thanks,
eC

Post count: 27744

Hello,

You can change it using a custom code
p.td-post-sub-title
{
font-weight: 800;
}

Set the code in Newspaper -> Theme panel -> Mobile Theme -> Custom code.

Thank you!

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