Is there a way to hide the special heading and progress bars from mobile. It’s located in the middle of my homepage and the content is mixed in a color section with other content that I want to show on both desktop and mobile, otherwise I would just hide the whole section.
Hey dorikoren,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.home #av_section_2 .avia-progress-bar-container, .home #av_section_2 .el_before_av_progress {
display:none !important;
}
}
Best regards,
Rikard