• Mammuth

    (@mammuthroid)


    Hey Guys, I fell in love with the Gommero-Theme, but just got a question.
    It seems like the background is orange just before it loads the standard background image. That wouldn’t be that bad but on mobile devices it happens that the background stays orange from time to time (especially on top and bottom of the site).

    So what can I do, that the background is not orange before the background image loads?

    Thank you guys!

    Greetings from Germany,
    Max

Viewing 1 replies (of 1 total)
  • Theme Editor
    Style.css

    body {
    	font: 13px/1.5 'Trebuchet MS', sans-serif;
    	background:#BFB8A8 url('images/541.jpg');
    	color:#(your hex color choice goes here);
    	background-attachment:fixed;
    }

    I would highly recommend Child Theming all changes made to make sure they are not undone by updates.

Viewing 1 replies (of 1 total)
  • The topic ‘Orange background on load and on mobile Devices’ is closed to new replies.