existing text logo font size showing when turning pages

Posted in: Newspaper
Post count: 25

Hi,

I’ve changed the text logo font size through custom CSS code below.
However, when I turn the page, the existing font size of text logo is showing for a second and turned to the changed(smaller) font.
How can I fix this issue?

my site address is http://newsblog.cafe24.com

.td-logo-text-container .td-logo-text {
font-size: 49px !important;
}

.td-logo-text-container .td-tagline-text { font-size: 17px !important;
}

  • This topic was modified 9 years by Sowon.
Post count: 20688

Hi,

Unfortunately that is the case in some situations, when using custom css. You could try to insert the custom code you mention directly in the theme’s style.css file at the end of the code, so the changes load along with the rest of the stylesheet.

Thanks

Post count: 25

Thank you.
It has been solved 🙂

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