Mobile Background

Support Area Forums Foxy Mobile Background

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #14023
    Sara Putney-Brandt
    Participant

    Hello,

    My mobile background on Foxy doesn’t seem to be working. I’ve uploaded the phone background, but it doesn’t appear on the mobile site. It actually appears and then the regular-sized background image replaces it.

    Any thoughts? Thanks!
    Sara

    #14025
    Bill Robbins
    Moderator

    I think the new styles from 2.0 that we added earlier are causing that. Here’s how you can take care of it:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      @media only screen and (max-width: 767px) {
      	
      	#supersized,
      	#supersized-loader { 
      		visibility: hidden; 
      		display: none !important; 
      	}
      
      }
      
    3. Update your settings.

    See if that won't allow the mobile image to be seen again. Let me know if you run into any trouble.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Mobile Background’ is closed to new replies.