Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

remove background color
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: remove background color
#29173
remove background color 11 Years, 10 Months ago Karma: 0
hallo and congratulations for the great extension.

i'd like to remove the background color and borders from all the items .main and submenus.
i did apply

.nav .yuimenu .bd
{
border-style: none !important;
}

.nav .yuimenu .yui-menu-shadow
{
display: none !important;
}

.wrapper .container .nav .yuimenu li
{
width: 100%;
}

in the css rules box but nothing happens.

the link is : www.masterworks.gr/index.php


please advice

thank you very much!
Last Edit: 2012/06/18 19:40 By xbass540.
The administrator has disabled public write access.
 
#29174
Re:remove background color 11 Years, 10 Months ago Karma: 747
Hello,

Add the next CSS rule:

Code:


.yui-skin-sam .yuimenu .bd 
{
 background-color: transparent !important;
 border-style: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#29179
Re:remove background color 11 Years, 10 Months ago Karma: 0
thank you so much for the reply,

it did work. i'd like also to remove hover color and active item color. also on the subitems there is a fade box around them i'd like to have it also removed

thank you very much
The administrator has disabled public write access.
 
#29185
Re:remove background color 11 Years, 10 Months ago Karma: 747
Sorry, but we can't open your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#29197
Re:remove background color 11 Years, 10 Months ago Karma: 0
i'm very sorry,

there was a problem in the server.please try again

best regards
Kostas
The administrator has disabled public write access.
 
#29198
Re:remove background color 11 Years, 10 Months ago Karma: 747
Add the next CSS rules:

Code:


.yui-skin-sam .yuimenu .yui-menu-shadow 
{
 display: none !important;
}

.yui-skin-sam .yuimenu LI
{
 background-color: transparent !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1