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?
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
Brilliant! Many thanks Mike.