How to increase tagline font size

Posted in: Newspaper
Post count: 4

Hi, I’ve looked around the forum and the www for suggestions on how to increase the tagline font size and this is what I came up with:
container .td-tagline-text {
letter-spacing: 1.8px;
font-size: 35px;
font-family: serif;
color: #777;
padding-top: 2px;
padding-bottom: 10px;
}
BUT it didn’t work.
Then I tried:
.td-tagline-text {
font-size: 35px;
}
But that didn’t work either.
Then I tried one of your suggestions:
.td-tagline-text {
font-size: 35px !important;
}
AND IT WORKED!!!
Thank you Tagdiv team!

Viewing 1 post (of 1 total)
The forum ‘Newspaper’ is closed to new topics and replies.