1. rogimon
  2. Commercial Templates
  3. Tuesday, 14 April 2015
  4.  Subscribe via email
Hello. How can I change the font colour in the side column including the heading?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try adding the following to the Custom CSS field of your templates parameters (edit to taste)...


.sidecol_block {
color: #ffffff !important;
}
.sidecol_block h3 {
color: #ffffff !important;
}
/* Menu Items */
.sidecol_block .module ul.menu a, .sidecol_block .module_menu ul.menu a, .sidecol_block .module a {
color: #ffffff !important;
}


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!