1. Bonanomi
  2. Commercial Templates
  3. Tuesday, 18 March 2014
  4.  Subscribe via email
Hi Ciaran,
I'd like to turn off the background image on J51-Virtuoso template in responsive mode, for mobile users, in order to make a easier loading. Is it possibile to do it?
Thanks,
Michele
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Michele

To disable the background for mobile phone users try adding the following to the Custom CSS field of your templates parameters...


@media only screen and (max-width: 767px) {
#body_bg {
background: none;
}}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!