Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #437881

    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

    #438128

    Hey guhrilla!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    html { background: orange; }

    Best regards,
    Yigit

    #438238

    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

    #438243

    sorry, typo on that link- here we go: http://www.guhrilla.co/home/

    #438255

    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.

    #438993

    Hi!

    Please use following code instead

    #top .av-siteloader-wrap {
      background-color: orange;
    }

    Cheers!
    Yigit

    #440002

    Awesome! Thank you!

    Charles

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Page Transitions color’ is closed to new replies.