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

    Hello
    how to hide body background on mobile?
    Thanks

    #1119328

    Hey Ganubis,

    Thank you for contacting us.

    To help you remove the body background on a mobile device we need to be able to view your site. Would you mind providing a precise link to the page, showing the elements in question? :)

    If you are using a color section please check the below link for more info

    Best regards,
    Vinay

    #1119487

    Hey the website is. https://bit.ly/2SkduYn :) i normally set background for entire site on Enfold settings/general settings/body background

    Thanks!!

    #1119511

    Hi Ganubis,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      html.html_boxed {
          background: #000;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1119541

    Oooooh thanks you very much Victoria!!! work perfect. wiiiiiiii ^^ +100

    #1119646

    Hi Ganubis,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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