Hello,
how to turn off the hover effect on header?
When the homepage is loading the header has light blue color and the header logo (I have header type 12) i displayed correctly. But after about one second the header color changes and the logo does not appear correctly any more but only partially.
Hello Catalin,
unfortunatelly I can’t provide the url because the page is in maintenance mode.
But I can provide 2 screens, hope this will help to identify the issue.
Both are screens of the main header.
First one (light blue) appears when the page is loading
Second one (navy blue) appears when the page fully loaded (second one is right)
-
This reply was modified 8 years by
wdziedzic.
Hello,
The color change you are seeing is the default theme color which loads first and then your own custom color is applies. This is the way css works in cascades. This effect becomes more visible if you make speed optimization and move the css load to the page footer. We cannot say for sure about the logo until we can inspect the site though.
Thank you!
Hello,
The color loaded by default is added by the theme style.css. the code can be found here: https://www.screencast.com/t/iOu4vVmsC
The color can be changed using the theme colors section: https://www.screencast.com/t/pN92QTv0H7a
Thank you!