Ugly Captions in AMP

Posted in: Newspaper
Post count: 12

Hello..

I have a promblem with my image captions using newspaper theme.

The one on the web version looks good. Here’s the link http://www.dnx.news/technology/google-devfest-2019-strengthening-linkages/

But the one in AMP version here http://www.dnx.news/technology/google-devfest-2019-strengthening-linkages/?amp

really looks odd.

How can I edit the AMP version of the captions? Thank you.

Post count: 18283

Hello !

Indeed there is a CSS code coming from the AMP plugin but you can overwrite that by using this CSS code: .wp-block-image figcaption {
font-family: Verdana, Geneva, sans-serif;
text-align: left;
margin: 6px 0 26px 0;
font-size: 11px;
font-style: italic;
font-weight: normal;
line-height: 17px;
color: #444;
}

You need to paste that code in here: https://www.screencast.com/t/poSdpVkJ

Thank you !

Post count: 12

tnx vladi.. the AMP is really fast only then the captions are odd.. I’ll try this one.. Tnx for the quick action.

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