Hey hello there im having a problem with my site , my site is http://www.techbot.gr and when you join the site you can see the blue color on the first page that after some seconds its changing to orange , i have tried changing every color inside theme panel but still this problem is not fixing , any ideas why is that happening? Thank you in advance!~
Hello,
This happens because of the optimization made on your server. Css gets loaded last and the styles are pulled after the page loads. The only solution to this is either disable the css optimization whether you know about it or not, or change colors directly in style.css and replace the blue color directly, but you will need a bit of css skills for it in order to know what to look for as style.css is a big file.
Thank you!
Hi,
It would be this color here, the initial color of the header which gets overridden by the theme panel color
– https://www.screencast.com/t/5W5Sjorv
You could change it there directly as you wish, this will fix the issue.
Thanks