Hello TagDiv!
I contact you because of a small “bug” that I don’t really understand…
The default color of your theme is blue, but I changed it to green on the Theme Panel.
I don’t know why, but when I go to my site, I see the blue color for a few seconds before it changes to my custom green color. I know it’s not a big issue but do you know any way to fix that?
The site is http://minecraftfive.com/
Thank you!
Cheers
Hello,
This is because of the css getting rewritten. I suspect you use a child theme or you have some code in your custom css box that affects the theme color. Css works in cascades and it will load every phase of the code before coming to it’s final form. If the code gets rewritten sometimes you can see this cascade loading as you do on your website. Speedbooster also does this as it moves css render blocks to the footer so the modifications you make will be loaded after the style.css. The solution for this is to make the change directly in style.css in the main theme and change the accent color there. This way, that will be the first color to load.
(not a bug, but circumstance)
I hope this helps.
Thank you!
Hello,
Unfortunately there is no one place to edit to change the color. You will need to search in style.css the default color which is:#4db2ec Then you can use a text editor and do a search and replace. Here is an example in notepad++ as it’s a free text editor and easy to use: http://screencast.com/t/YsOkmi8N3Ud
Now your color will be the default one so you can set the general color to default in the panel.
(The down-side will be that on every theme update you will have to make this modification as style.css will be changed every time.)
Thank you!
I had the same problem/question as the topic poster. Switching off Speedbooster solved it. And to my surpise the site speed even went a little up, comparing the speeds in Google PageSpeed Insights before and after.