AMP template

Posted in: Newspaper
Post count: 62

Where can I change some fonts on my amp pages? like this:> https://prnt.sc/UEngVzIxUiVz

https://www.cepkolik.com/huawei-nova-9-se-tanitildi-fiyati-ve-ozellikleri-497805/?amp=1

– Breadcrumb
– Subtitles
– Comment template

Post count: 27744

Hello,

For mobile theme +AMP, you can change the fonts from Theme Panel -> Mobile Theme -> Theme Fonts -> Post Content -> https://i.imgur.com/SdAOwE3.png

Thank you!

Post count: 62

It doesn’t get the fonts here. That’s exactly the problem.
Also I’m just using the amp version.

Post count: 27744

Hello,

I made a test, and for me works, I set the option for AMP -> https://i.imgur.com/jR2czu9.png and I change the fonts -> https://i.imgur.com/Krw4V63.png and works https://i.imgur.com/O6vK5QI.png.

Thank you!

Post count: 62

There is no option to change subtitle, breadcrumbs and comment fonts in this field? -> https://prnt.sc/T8zWIMgv9VTm

and here the tema setting -> https://prnt.sc/tcrPBtw9C_LL

Also, the header logo has been changed.

Post count: 27744

Hi,

To change the font size or other for these elements you need to use a Custom Code CSS ->
.td-post-sub-title{
font-size: 25px;
}
.td-crumb-container .entry-crumbs
{
font-size: 25px;
}
.logged-in-as
{
font-size: 15px;
}
.form-submit .submit
{
font-size: 25px;
}

The code needs to be set in the theme panel > mobile theme > custom code> css.
I hope this will help you!
Thank you!

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