Font for Text Logo

Posted in: Newspaper
Post count: 5

Hello,

I’m trying to change the font for the text logo to sans-serif. I’ve pasted the following code into Custom CSS section, but nothing changes on the frontend. Please help!

Thanks,

/*logo text parameters*/
.td-logo-text {
font-size: 80px;
line-height: 60px;
font-family: sans-serif;
}
/*tagline text parameters*/
.td-tagline-text {
letter-spacing: 1.8px;
font-size: 15px;
opacity: 0.5;
font-family: sans-serif;
}

Post count: 20688

Hi,

The code is good but it is not strong enough to apply, in order to override the default style you must enter the code like this – https://www.screencast.com/t/RDm7dbMq or just use the !important css rule to force the code to apply regardless.

Thanks

Post count: 5

Thanks – this seems to work!

Much appreciated.

Regards,
Irshaad

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