Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #835677

    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.

    #836123

    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

    • This reply was modified 7 years, 9 months ago by Rikard.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.