How to reduce font size of the text logo?

Posted in: Newspaper
Post count: 12

Inside header, how do i reduce the font size of the text logo?

Post count: 22421

Hello,

There is no setting in the theme for this but you can use a custom css to do it:
.td-logo-text-container .td-logo-text{
font-size: 30px!important;
}

Add the code in the theme panel->custom css box

Thank you!

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