background image

Najemca
14 Posts
Najemca posted this 11 May 2016

Hi
How can I hide the background image of the page only in the smartphone .So to just phone this image was not visible
google translate

enter image description here

Hi How can I hide the background image of the page only in the smartphone .So to just phone this image was not visible google translate ![enter image description here][1] [1]: http://cymeria1.linuxpl.info/forum/imagehide.jpg
Vote to pay developers attention to this features or issue.
5 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 11 May 2016

Hi,

There is no such option in Themler to disable the background for the phone mode.

Sincerely,
Hella

Hi, There is no such option in Themler to disable the background for the phone mode. Sincerely, Hella
Najemca
14 Posts
Najemca posted this 11 May 2016

I understand. Thank you for your answer

I understand. Thank you for your answer
Support Team
Support Team posted this 11 May 2016

You can disable it with the custom CSS code.
Add this to the Home >> Settings >> Additional CSS:

@media (max-width: 767px)
{
  .bd-body-1
  {
    background-image:none!important;
  }
}

Sincerely,
Hella

You can disable it with the custom CSS code. Add this to the Home >> Settings >> Additional CSS: @media (max-width: 767px) { .bd-body-1 { background-image:none!important; } } Sincerely, Hella
Najemca
14 Posts
Najemca posted this 11 May 2016

This solution works :) . Thank you for Your help

This solution works :) . Thank you for Your help
Support Team
Support Team posted this 11 May 2016

You are welcome, feel free to contact us in any other occasion.

Sincerely,
Hella

You are welcome, feel free to contact us in any other occasion. Sincerely, Hella
You must log in or register to leave comments