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?

Need full backgound on hover item
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Need full backgound on hover item
#23423
Need full backgound on hover item 12 Years, 6 Months ago Karma: 0
Hi there,

I have a question about the full item menu.
I need to have a fully colored menu.
I have added the following code

I also need to unset the background color of the menu item.

you can visit the site at private.svanto.net/index.php/en/

.ux-menu-container .ux-menu LI
{
height: 25px;
background-image: none !important;
padding-left: 0;
border-radius: 0px;
}


.ux-menu-container .ux-menu a:hover,
.ux-menu-container .ux-menu a:focus,
.ux-menu-container .ux-menu a.ux-menu-link-hover
{
background: #333333 none;
}

Sincere regards,

Sven
The administrator has disabled public write access.
 
#23429
Re:Need full backgound on hover item 12 Years, 6 Months ago Karma: 748
Hello,

Provide an image where we can see what do you want to achieve.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#23436
Re:Need full backgound on hover item 12 Years, 6 Months ago Karma: 0
Please find an image of the result that should be wanted.
The administrator has disabled public write access.
 
#23438
Re:Need full backgound on hover item 12 Years, 6 Months ago Karma: 748
Add the next CSS rules:

Code:


body #menu UL.ux-menu LI A
{
 padding: 10px 14px;
}

body #menu UL.ux-menu-sub LI A
{
 float: none;
 margin: 0;
}

body #menu UL.ux-menu LI a.ux-menu-link-parent 
{
 padding-right: 24px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#23442
Re:Need full backgound on hover item 12 Years, 6 Months ago Karma: 0
thank you for your quick and prompt reply
The administrator has disabled public write access.
 
Go to topPage: 1