Hello
I would like the background image of the site to be different for mobiles and tablets . Is it possible, can you help me ? Thanks
- ericbhf
-
- Commercial Templates
- Friday, 13 November 2015
- Subscribe via email
Hello
This would be correct. Note that the CSS will only load on touch devices. Resizing the browser window to a smaller screen size will not trigger this CSS.
Ciarán
This would be correct. Note that the CSS will only load on touch devices. Resizing the browser window to a smaller screen size will not trigger this CSS.
Ciarán
- more than a month ago
- Commercial Templates
- # 1
It would be the best solution but unfortunately the demo website is only on my local server .. May be there is an issue with my syntax of the custom css ?
.touch .vegas-slide-inner {
background-image: url("/images/touch_bg.jpg" !important;
}
I really appreciate the assistance thanks a lot
.touch .vegas-slide-inner {
background-image: url("/images/touch_bg.jpg" !important;
}
I really appreciate the assistance thanks a lot
- more than a month ago
- Commercial Templates
- # 2
Hello
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hello
I made a mistake in the custom css field !! But now when I add the custom css, the background image doesn't change, still loading the default imge and not bg.jpg. Thanks for your answer
I made a mistake in the custom css field !! But now when I add the custom css, the background image doesn't change, still loading the default imge and not bg.jpg. Thanks for your answer
- more than a month ago
- Commercial Templates
- # 5
Thanks for your answer.
Yes I am using only one background image.
When I add the custom ccs there is no image loaded? I renamed the image I want to use for mobiles and tablets bg.jpg. Maybe I am doing something wrong...!!
Thanks a lot for your help
Yes I am using only one background image.
When I add the custom ccs there is no image loaded? I renamed the image I want to use for mobiles and tablets bg.jpg. Maybe I am doing something wrong...!!
Thanks a lot for your help
- more than a month ago
- Commercial Templates
- # 7
Hi Eric
Presuming you are only using one background image try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
Ciarán
Presuming you are only using one background image try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
.touch .vegas-slide-inner {
background-image: url("/images/touch_bg.jpg") !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 8
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »