1. wwwdesign
  2. Commercial Templates
  3. Saturday, 20 September 2014
  4.  Subscribe via email
Hello.

My site color contrast is very high. I need add shadow few tittle. Can you help me.

- Janne -
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Janne

Presuming I understand you correctly, to add a text shadow to your module titles try adding the following to the Custom CSS field of your templates parameters...


.module h3, .module_menu h3, h3 {
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Yes it's working. I need same shadow to main menu position 7.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

There is already a text shadown with your main menu text. To increase this shadow you can also add the following to your Custom CSS field...


#hornav ul a, #hornav .separator {
text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
}


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!