Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #861593

    Hi

    I am looking to hide a background image in a flex column when viewed in mobile.
    I wish to remove the arrow and divider background images from the flex columns (link provided).

    I also wish to remove the margin between column when stacked on mobile.

    Can you assist?

    #861628

    Hey StaceyStaaterman,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { .avia-builder-el-3,.avia-builder-el-10, .avia-builder-el-5,.avia-builder-el-12 {background-image: none !important; margin-bottom: 0px !important; }}

    Best regards,
    Mike

    #861824

    Brilliant! Many thanks Mike.

    #862218

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.