Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1016615

    Hi support,

    Is it possible to remove a color section background image on mobile but still keep the text boxes?

    I would like to do this on the frontpage in the top.

    Link: Lederuddannelse

    Thanks.

    /OKEI

    #1016638

    Hey OKEI,

    Yes that is possible, maybe the easiest way would be to duplicate it and then make the necessary changes to the new one? You can then select on which screens to show which sections in the element options.

    Best regards,
    Rikard

    #1016647

    Hi Rikard,

    I have tried this some months ago, but it turned out to give me two H1’s + two text boxes etc.in the source codes, so the website got problems with ranking/SEO on Google.

    /OKEI

    #1016860

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .home #av_section_1 {
      background-image:none !important;
    }
    }

    Best regards,
    Rikard

    #1016963

    It worked – thanks Rikard :-)

    Please close.

    #1016979

    Hi,

    Great, glad you got it working and thanks for the feedback. I’ll close this for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove color section background image on mobile but still keep the text boxes’ is closed to new replies.