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?

Cant add a background to the submenu.
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Cant add a background to the submenu.
#7941
Re:Cant add a background to the submenu. 13 Years, 8 Months ago Karma: 0
worked perfectly fine!
thanks a lot!
could you tell me please how can I add a outer border to the submenu and change the color of the item that are not hover?
thanks again
The administrator has disabled public write access.
 
#7948
Re:Cant add a background to the submenu. 13 Years, 8 Months ago Karma: 748
Add the following CSS rules:

Code:


.ux-menu .ux-menu-sub
{
 border: 2px solid red;
}

#pillmenu .ux-menu-sub A
{
  color: yellow;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7956
Re:Cant add a background to the submenu. 13 Years, 8 Months ago Karma: 0
Hi, thanks for your great help.
Just one more thing please: I'm still having trouble with the styles.
I discovered that when I roll over the parent items the right white line dissapears...
thanks again and again!
The administrator has disabled public write access.
 
#7959
Re:Cant add a background to the submenu. 13 Years, 8 Months ago Karma: 748
Add the following CSS rule:

Code:


#pillmenu .ux-menu LI.ux-menu-item-main
{
  padding-right: 1px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7960
Re:Cant add a background to the submenu. 13 Years, 8 Months ago Karma: 0
Thanks a lot!!!
I'll leave a comment on joomla extensions talking about your great support!
The administrator has disabled public write access.
 
Go to topPage: 12