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?

Changing menu background color and hove color
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Changing menu background color and hove color
#3872
Changing menu background color and hove color 14 Years ago Karma: 0
Hi,

New to Joomla and this menu. I have it working OK, however I would like to change the background color of the menu when you hover over it.

Could you please point me in the right direction? I have looked through the documentation, however it's quite confusing for a novice programmer.

Website is at new.simplyflowerpower.com.au/

Thanks,

Gerald
The administrator has disabled public write access.
 
#3875
Re:Changing menu background color and hove color 14 Years ago Karma: 747
Hello,

You can add the following CSS rules:

Code:


.yuimenubaritemlabel-selected
{
  color: red !important;
}

.yuimenubaritem-selected,
.yuimenuitem-selected
{
  background-image: none !important;
  background-color: yellow !important;
}



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