Remove flash of orange background when loading

Discussion in 'Gommero WordPress Theme' started by blueradish, Feb 13, 2015.

Thread Status:
Not open for further replies.
  1. blueradish

    blueradish New Member

    Joined:
    Feb 8, 2015
    Messages:
    13
    Likes Received:
    0
    Hi guys! I am getting on pretty well with my website… www.blueradish.com.au
    but behind the background of the site there is an orange background. You only see the orange as the site loads - until the diagonal grey/white stripy background comes in. Is there any way to stop that? Change it to white or something?
    Thanks in advance,
    Rebecca
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey Rebecca!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    body {
    background: url('https://wp-themes.com/wp-content/themes/gommero/images/541.jpg');
    }
    Thanks,
    Praveen
     
  3. blueradish

    blueradish New Member

    Joined:
    Feb 8, 2015
    Messages:
    13
    Likes Received:
    0
    Great! Thanks, that worked. Just had to put it after the code for the diagonal grey/white stripy background, not before.
     
Thread Status:
Not open for further replies.

Share This Page