Remove section background image on mobile

Home Forums Jevelin Theme Remove section background image on mobile

Home Forums Jevelin Theme Remove section background image on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • jesper sandell
    Participant

    Hi,

    I was wondering if it’s possible to remove a background image from a section on mobile devices? Perhaps with a media query in the custom css section.

     

    Best

    Jesper

    Hi Jesper,

     

    I hope you are well today and thank you for your question.

     

    We can achieve this developing custom CSS code.

     

    Could you please share me the page URL from your site where the section is displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    jesper sandell
    Participant

    Ah great, thank you.

    http://www.tanoshiieigo.com

    On mobile, I want to remove the section that has an hourglass as a background image and the section that has an envelope background image.

     

    Best

    Jesper

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media ( max-width: 700px ){
    
    section.sh-section.sh-section-9d0d67a143643e13d2580d6111035d56,
    section.sh-section.sh-section-0a5135a51a80fbc80a43b5dded2dc8e9 {
        background-image: none;
    }
    
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)