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!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok