How To Hide Full Width Background Images On Mobile

How To Hide Full Width Background Images On Mobile

If you wish to hide full_width shortcode background images on mobile devices, please use this custom CSS. Copy and paste it into the CSS field in Theme Options.
Copy to Clipboard@media only screen and ( max-width: 640px ) {
.fullwidth-box {
background-image: none !important;
}
} 1@media only screen and ( max-width: 640px ) {2  .fullwidth-box { 3    background-image: none !important;4 }5}Please note this is a customization that is outside of what we can provide for theme support. If you perform the customization, you will need to maintain the changes for future updates and also be able to troubleshoot any issues that arise.

發表回覆

您的郵箱地址不會被公開。 必填項已用 * 標註