Background image in the mobile version?
-
Hi!
First of all many thanks for this amazing theme!! It's the best out there.
I do have one question, is it possible to have a background image in the mobile version? Just like you can have a background image in the browser version.
I hope someone can help me achieve that!
Thanks in advance.
Oigroiglo
-
Hey thanks a lot!
Yes that's a good idea. Will work on that one day.
Until then you can use this css in "Lay Options" -> "Custom CSS & HTML" -> "Custom CSS for Mobile Version"
body{ background-image: url(http://laytheme.dev/wp-content/uploads/2016/02/lb13.jpg); background-size: cover; background-attachment: fixed; }Please replace "http://laytheme.dev/wp-content/uploads/2016/02/lb13.jpg" with a url of an image you have uploaded.
This is how you find out the url of one of your images:
In "Media", you can click on an image. A popup will open and there's a field "URL". -
@arminunruh said:
body{
background-image: url(http://laytheme.dev/wp-content/uploads/2016/02/lb13.jpg);
background-size: cover;
background-attachment: fixed;
}Thank you! This helped alot.