1. shreeshg
  2. Commercial Templates
  3. Tuesday, 09 September 2014
  4.  Subscribe via email
Hi,
Thanks for your previous help. I am trying to make the background of the top menu transparent but with no luck. Here is a link to my site,
http://enayarugs.com/

thank you in advance...
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Presuming I understand you correctly could you try adding the following to the Custom CSS field of your templates parameters...


#hornav ul > li {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}


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

The code that u have given changes the background color of the menu button, but what I want is removal of the horizontal rectangular border that comes behind the logo and the menu button, its almost transparent but is still visible.

Thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Ah ok... try also adding the following to your Custom CSS field...


#container_header {
background-color: transparent;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
I tried this but doesn't work, follwing is the CSS code that I have used so far

.j51thumbs114 {
left: 12px;
position: relative;
top: -19px;
}
#container_header {
background-color: transparent;important;}
#header, #container_spacer2 .wrapper960 {
background-color: rgba(0, 0, 0, 0)!important;

}
.hornavmenu {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.0) !important;
border: none;
box-shadow: none;
}
.hornavmenu:before {
display: none;
}
#hornav ul > li {
background: #ffffff;

opacity: 0.8;
border-radius: 2px;
}
#hornav ul > li {
margin: 0 15px;
width: 140px; text-align: center;
}
}
#hornav ul a, #hornav ul ul a, #hornav .separator {
font-size:14px;
}
.hornavmenu {
height: 45px;
top: 28px;
}
#hornav ul a, #hornav .separator {
padding: 10px 12px;
}
#container_header {
position: absolute;
}

Please suggest the changes, I should make to the code.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

The following in the above CSS in incorrect...


background-color: transparent;important;}


This should be...


background-color: transparent !important;}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks...It worked...
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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