1. sammy1979
  2. Commercial Templates
  3. Wednesday, 07 March 2018
  4.  Subscribe via email
Good evening,
I would know how can I change the transparency of header row (under the menu) from template I can change the color, but I didn't understand which css file I need to change to modify the transparency...
thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

When setting the transparency you must also set the color. This can be done by adding the following to the Custom CSS field of your template settings...

.header_row {
background-color: rgba(255,255,255, 0.9 );
}


Edit to taste where 0.9 is the transparency and 255,255,255 is the RGB color.

CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you so much!:)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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