Titles wrong color

Posted in: Newspaper
Post count: 8

After i install the tagdiv speedbooster plugin and move the css and js at the footer when i reload the page at first the color of titles “Latest Articles” “keep in touch” etc. are blue(the default color the demo was) and then after maybe 1 second it turns grey(the color i choice to be). Any possible fix?

thanks in advance!

Post count: 6600

Hi,

Unfortunately this is a common issue using the speed booster plugin, you can try this solution: https://forum.tagdiv.com/topic/custom-css-tuning-feature-request-and-default-blue-problem/#post-17734

Thanks

Post count: 67

Hello Lucian,

We have changed the default blue color of the CSS file in order to solve the blue flash when using tagDiv Speed Booster. But we are using a slide element to open our home and it doesn’t work with that. Where we should replace the blue default color of the slide by our red colour?

Thank you in advance.

Juan.

Post count: 3343

Hi,

You need to change the slider color to, but that colors are in RGBA format. Use this CSS: and replace 77, 178, 236 red color with yours. Also leave 0.7 that is the opacity parameter.

.td-sbig-title-wrap .td-sbig-title,
.td-slide-item-sec .td-sbig-title-wrap {
background-color: rgba(77, 178, 236, 0.7);
}

Hope this help!

Post count: 67

Hello Marius,

As you can see, it doesn’t work.

http://marronyblanco.com/

Should we deactivate Speed Booster?

Thank you.

Post count: 3343

Hi,
I see is red now, is everything ok now?

Thanks!

Post count: 67

Working fine! Thank you very much.
Merry Christmas!

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