tagDiv speed booster and css

Posted in: Newspaper
Post count: 109

To enlarge the font at my pages i add this piece of code in my custom css located in the theme panel

body {
font-size: 16px;
}

Works perfect! but… after i activated the tagDiv speed booster plugin, the font shrinked again. How to both use the speed booster plugin, and control the font at my pages?

Thanks in advance!

JBH

Post count: 6600

Hi,

Please try to add it like this:

body {
font-size: 16px !important;
}

Please let me know if it’s working.
Thanks!

  • This reply was modified 12 years by Lucian.
Post count: 109

Hi Lucian,

Add the code, worked out perfect!
Great support again, thanks!

JBH

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