1. EFH
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 06 October 2016
  5.  Subscribe via email
Hi there,

How do I change the font colour on the base modules?
I added this code, but it did not help:
.base-1 a {
color: #ffffff;
}
website: http://www.wiia.com.au
image attached.

Thanks in advance.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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


#container_base a {
color: #ffffff;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi there,

Thanks for that. It actually worked on the base modules base 2b through to 2f, but not on base 1a as per image attached.
How do I change the font colour on base 1a as per image attached.
website: http://www.wiia.com.au

Thanks in advance.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try also adding the following to cover your h2 and h3 tags...


#container_base, #container_base h2, #container_base h3 {
color: #ffffff !important;
}


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


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