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?

Customized button color
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Customized button color
#5549
Customized button color 13 Years, 9 Months ago Karma: 0
Hi - first off, I love your module! It's great. Is there anyway you could post a general tutorial (or just code) on how to change the colors of the buttons and the hover?

thanks so much!
The administrator has disabled public write access.
 
#5553
Re:Customized button color 13 Years, 9 Months ago Karma: 747
Hello,

You can use the following CSS rules that define background colors of menu items:

Code:


/* menu items */
.ux-menu-container .ux-menu .ux-menu-item-main a
{
  background: red none;
}

/* hover menu items */
.ux-menu-container .ux-menu .ux-menu-item-main a.ux-menu-link-hover,
.ux-menu-container .ux-menu .ux-menu-item-main a:hover
{
  background: green none;
}



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