Okay
  Public Ticket #442223
Want to change the background color in loading screen
Closed

Comments

  • Wesley started the conversation

    Ok Tranmautritam – this could be an easy one – where do I change the color value for the light & dark loading screen backgrounds? You allow for color changing of all the other values – but not the background. Its only light or dark – which is a white with blue tones and a dark blue with green tones.

  •  895
    TheFox replied

    Hello Wesley, thanks for purchasing TheFox and submitting a Ticket!

    There is 2 way to modify the color, first you can go edit the style_end.css file.

    Search for

    • .thefox_loader_logo
    • .thefox_bigloader .loader_inner
    • #jpreOverlay.white_loader

    and change all the background, background color to your color you need

    Or you can add this to the custom css field of our theme ( Thefox > styling options ).

    .thefox_loader_logo,.thefox_bigloader .loader_inner,#jpreOverlay.white_loader { background:#000000 !important; }

    Replace #000000 by your color.

    I hope it helps you, do not hesitate to contact us if you have other questions!

    Have a nice day!