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!
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
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.
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!
Hello Marius,
As you can see, it doesn’t work.
Should we deactivate Speed Booster?
Thank you.