Site Loading

Discussion in 'Real Photography WordPress Theme' started by rdeshazer, Jun 8, 2015.

  1. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    When you go to the website home, when it first loads there is a 2 second delay where is looks like it is trying to load the black default background. After which it loads the custom image background.

    How can we eliminate the 2 second delay of it loading the black default background.

    http://modelsmakeupandmore.com/Sandbox/
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Editor->style.css

    Remove given below CSS code or comment out.

    Code:
    .content-wrapper {
      background-color: #000;
    }
    Let me know.
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    i added the code and it still loads that black background.
     
  4. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    Kindly Remove or comment CSS code not add.

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Editor->style.css

    Remove given below CSS code or comment out.

    Code:
    .content-wrapper {
      background-color: #000;
    }
    Let me know.
     

Share This Page