Change font size for author description

Posted in: Newspaper
Post count: 16

Hi, I’ve changed the font size for author description in custom CSS with this code:

td-author-description p {
font-size: 18px;
line-height: 200%;
text-align: justify;
}

but the size doesn’t change in the box after article, it is always 7px. What is the problem?

Post count: 22421

Hello,

This is because the one on posts does not use a p tag to show the content. se the code without the p after the .td-author-description for the post author box.

Thanks.

Post count: 16

Hi Bogdan, I deleted the p tag but the situation is the same..the font size is always 7px…May I change something on CSS file?

Post count: 22421

Hello,

It works just fine on my end: https://www.screencast.com/t/Afinq9ly
Please provide a link to your site so I can inspect it.

Thank you!

Post count: 16
Post count: 22421

Hi,

Try this code:

.post .author-box-wrap .td-author-description {
font-size: 18px;
line-height: 200%;
text-align: justify;
}

Thank you!

Post count: 16

Thank you Bogdan, now it works perfectly!

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