Author Name font on Author Box

Posted in: Newspaper
Post count: 9

Hi,

I have Author box on my main page (added through TD Composer). Would you please be able to tell how to change the font type on it?

Below is the screenshot.

https://ibb.co/fK2NiU

Post count: 22421

Hi,

The element does not have font settings for it so you cna change the fonts using a css code.

.td_top_authors .td-authors-name a{
font-family:arial;
font-size:28px;
}

Change the font family and size in the code to your preference and then add it in the theme panel under custom code.

Thank you

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