Resolved

Hide on Mobile Version

Ultra Theme started by Amy Overton Jan 18, 2018 3 replies
Amy Overton Jan 18, 2018 · 1:30 am #8603

Hello,

I have a quick question on how to hide aspects of my site on the mobile version. For example, I would like to hide icons on mobile and not the text. Site: http://beavertree-al.com.

Thank you so much!

Andrew Misplon Puro Jan 18, 2018 · 2:56 am #8604

Hi Amy

For anything that you can add a class to like a Page Builder row or widget you can do the following…

1. Add the following to the class field offered by the row or widget:

mobile-hide

2. Add to Custom CSS:

@media (max-width: 780px) {
	.mobile-hide {
		display: none;	
	}	
}
Amy Overton Jan 18, 2018 · 7:14 am #8606

Thank you so much! You are wonderful!

Andrew Misplon Puro Jan 18, 2018 · 4:13 pm #8608

Super 🙂 Glad that helped.

4 posts