1. paulgeorge.salinas@gmail.com
  2. Commercial Templates
  3. Tuesday, 29 September 2015
  4.  Subscribe via email
Hi,

I want to darken the shade in the header / Logo & Menu Area. Please refer to screenshot attached

How do I do it?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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


#header {
background-color: rgba(0, 0, 0, 0.5);
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
That worked great. Thanks. One last thing.

How do I also darken the menu buttons if its possible?

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

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


.hornav > ul > li > a {
background-color: rgba(0, 0, 0, 0.5);
}


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!