Quantcast
Channel: Catch Themes » All Posts
Viewing all articles
Browse latest Browse all 4333

Reply To: Remove header image from mobile

$
0
0

@skynet: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

@media screen and (max-width: 767px) {
	#site-header-image {
		display: none;
	}
}

Regards,
Mahesh


Viewing all articles
Browse latest Browse all 4333

Trending Articles