Remove Scroll Down Arrow on Mobile

Support Area Forums Elite Remove Scroll Down Arrow on Mobile

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://lostcottageart.com
  • Author
    Posts
  • #32141
    Matt
    Participant

    Hey Bill,

    I was wondering if you could help either remove the scroll down arrow or add padding above it on the mobile version home page. For some reason is appearing on top of my SHOP button. I have updated everything to the latest version, but this has been happening since day one. It happens on both portrait and landscape views on iphone 5. I haven’t checked the iPad. Please see pic.

    Thanks,
    Matt

    Attachments:
    #32147
    Bill Robbins
    Moderator

    Hi Matt,

    You can hide it based on screen size this way:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      @media only screen and (max-width: 767px) {
      
      	#hero-section .scroll-down {
      		display: none;		
      	}
      
      }
      
    3. Update your settings.

    Have a great weekend,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Scroll Down Arrow on Mobile’ is closed to new replies.