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!
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!
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;
}
}Thank you so much! You are wonderful!
Super 🙂 Glad that helped.