Hello, noob question here- I can’t seem to find an option to change the color of the page transition or any info on css to insert into the layout to override the default white. I may just be missing something in the backend UI- so with that said, any hints?
Thanks!
Charles
Hey guhrilla!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
html { background: orange; }
Best regards,
Yigit
Hey Yigit,
This seems to have only changed the background color below the footer and hasn’t had any effect on the transition’s background color. You can see it at Guhrilla when switching between the pages.
Best,
Charles
sorry, typo on that link- here we go: http://www.guhrilla.co/home/
And maybe I’m talking about the wrong thing, Page Preloading I suppose is what I’m trying to change the color of. I’m not sure I understand the difference between the two.
Hi!
Please use following code instead
#top .av-siteloader-wrap {
background-color: orange;
}
Cheers!
Yigit
Awesome! Thank you!
Charles