1. ervale
  2. Commercial Templates
  3. Thursday, 04 December 2014
  4.  Subscribe via email
Hi
When viewing the template in an iPad the menu colour is wrong for the site, how do i change the back-groud and text colour of the menu in responsive view.
J51 - Enlighten
Regards
Dave
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Dave

The background image and top menu link color can be set with the following CSS...


#body_bg {
background: url("http://www.yoursite.com/images/sample_bg.jpg");
}
#hornav > ul > li > a {
color: #000;
}


This CSS can be used within the Custom CSS field of the 'Responsive Options' tab of your templates parameters (edit to your own taste).

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!