1. Agabby
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 06 May 2016
  5.  Subscribe via email
Hello.. So I use this code to format my module headers..

.module .module_header h3, .module_menu .module_header h3 {
font-size: 30px;
text-align: center;
}

But its used for every header.. I want to change the formatting of my top-3 header. I can't figure out where to define this in the code.. Thanks
a
Accepted Answer Pending Moderation
0
Votes
Undo
Hi April

Try replacing your CSS with the following....


.top-3 .module .module_header h3, .top-3 .module_menu .module_header h3 {
font-size: 30px;
text-align: center;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
THx so much!!!
a
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

One thing .. I'm trying to designate the font-color: -----; but I think it's the default module header color. Is there a way to over ride this? Thanks
a
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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


.top-3 .module h3 {
color: #000000;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect.. I was able to take color: #------; and add it to the previous code. All this time I was trying font-color:
Thanks
a
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


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