1. parakhakshay
  2. Commercial Templates
  3. Friday, 06 June 2014
  4.  Subscribe via email
My website is http://parakh.co.in/group

want to make the header + menu transparent
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try adding the following to the Custom CSS field of your templates parameters...


#header, #container_spacer2 .wrapper960 {
background-color: rgba(0, 0, 0, 0) !important;
}
.hornavmenu {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border: medium none;
box-shadow: none;
}
.hornavmenu:before {
display: none;
}


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

Sorry i had made my query confusing .

i want to make the strip transparent . Please refer to the attahcment.

~Akshay
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Akshay

Try just adding the following instead...


#header {
background-color: rgba(0, 0, 0, 0) !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!