Home Page Longer

Support Area Forums Responsive Visual Home Page Longer

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.sustainableturfsolutions.com/
  • Author
    Posts
  • #26687
    Avatar photoCarl
    Participant

    Hey Bill,
    Anyway to make the home page height longer to fit more of the page and still look amazing on mobile?

    #26692
    Avatar photoCarl
    Participant

    never mind, i found it on your page

    #26693
    Avatar photoCarl
    Participant

    I would like to change the color of the scroll box when the page is mobile. how is that possible.

    #26711
    Bill Robbins
    Moderator

    Good Morning Carl,

    You can change the color of the “panel” areas on smaller screens. Add this to your Custom CSS:

    
    @media only screen and (max-width: 767px) {
    	
    	#panel,
    	#home-sidebar {
    		color: #fff;
    		background-color: rgba(0, 0, 0, 0.6);
    	}
    
    }
    

    Those are the default text and background colors. Just change them to fit your needs.

    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Home Page Longer’ is closed to new replies.