1. bunsworth
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 06 June 2016
  5.  Subscribe via email
I'm using this code which is not working to change the color (to red)
h2 {
font-size: 20px;
font-color: de2516;
font-weight: bold;
text-transform: none;
line-height: 1.1em;
}
h3 {
font-size: 18px;
font-color: de2516;
font-weight: bold;
line-height: 1.1em;
}

check any page in this site
http://imaginehow2.com/water_fire_restoration/index.php/roofing/roof-systems
much appreciated.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

TO amend try adding the following to the Custom CSS field of your templates parameters...


h2, h3 {
font-color: #de2516 !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!