Hi i have some icons with text for part of navigation on a hp. On mobile view this takes to much space. How can i remove these icons on mobile devices?
Thanks Simon!
Hi Simon
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your text block element which contain those icons a custom class and then add following code to Quick CSS
@media only screen and (max-width: 480px) {
.your-custom-class .av_font_icon { display: none !important; }}
Cheers!
Yigit
Hi Yigit,
thanks for the answer!
Regards
Simon