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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?
Go to bottomPage: 1
TOPIC: Sub Menu colors
#19280
Sub Menu colors 13 Years, 7 Months ago Karma: 0
Joomla Version ; 1.5.23
ARI Ext Menu : Upgraded to latest version

Web Site www.bachpanglobal.com

Left side Menu's are using this module.

I need to change the colors of Sub menu and hover. How do I do it.

The colors on the drop down of Top menu (Parents Corner) are required.

You had helped in getting it done last time, but I am unable to recollect how it was done.
Last Edit: 2011/09/06 11:28 By raunhar.
The administrator has disabled public write access.
 
#19281
Re:Sub Menu colors 13 Years, 7 Months ago Karma: 763
Hello,

Use the next CSS rules, just change sample colors with necessary the one:

Code:


.ux-menu-sub LI A
{
 background: none red !important;
 color: green !important;
}

.ux-menu-sub LI A:hover
{
 background: none yellow !important;
 color: black !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#19282
Re:Sub Menu colors 13 Years, 7 Months ago Karma: 0
Which file. The template has Template.css, menu.css and few moe css files.
The administrator has disabled public write access.
 
#19283
Re:Sub Menu colors 13 Years, 7 Months ago Karma: 763
Any CSS file which is always loaded by site template. For example template_css.css file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#19284
Re:Sub Menu colors 13 Years, 7 Months ago Karma: 0
OK. will add and update you.

Thanks.
The administrator has disabled public write access.
 
#20532
Re:Sub Menu colors 13 Years, 6 Months ago Karma: 0
Its working. thanks
Last Edit: 2011/10/10 07:54 By raunhar.
The administrator has disabled public write access.
 
Go to topPage: 1