Which background image displays on iPhones?

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Fri Jul 10, 2015 10:52 pm
I've made changes to my background images (I turned them pink) seen in the attached pic, but the brower (Safari) on my iPhone is still displaying the black background. All files have been replaced in the FTP. Is there a file I'm missing that needs to be edited?

Thanks,

Brandon
User avatar
Fresh Boarder

GK User
Fri Jul 10, 2015 10:53 pm
URL is:

www.wrchamber.com

Thanks,

Brandon
User avatar
Fresh Boarder

GK User
Mon Jul 13, 2015 12:19 am
Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
Code: Select all
@media (max-width: 720px) {
body {
  background: url('../images/bg1280.jpg')!important;
}
}
User avatar
Moderator

GK User
Mon Jul 13, 2015 10:37 pm
Unfortuntely, that turned the background white when using Safari on an iPhone 5.

Thoughts?

Brandon

Piotr Kunicki wrote:Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
Code: Select all
@media (max-width: 720px) {
body {
  background: url('../images/bg1280.jpg')!important;
}
}
User avatar
Fresh Boarder

GK User
Tue Jul 14, 2015 2:05 pm
Try to remove this fragment:
Code: Select all
@media (max-width: 720px) {
   body {
      background: #191919!important;
   }
   #gk-bottom-wrap {
      background: #191919!important;
   }
}

from css/template.css file (around line 61)
User avatar
Moderator

GK User
Thu Jul 16, 2015 6:50 pm
Piotr Kunicki wrote:Try to remove this fragment:
Code: Select all
@media (max-width: 720px) {
   body {
      background: #191919!important;
   }
   #gk-bottom-wrap {
      background: #191919!important;
   }
}

from css/template.css file (around line 61)


This worked. Thank you, Piotr.

Brandon
User avatar
Fresh Boarder


cron