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?

how can i change text color in submenu?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: how can i change text color in submenu?
#22932
how can i change text color in submenu? 12 Years, 4 Months ago Karma: 0
Hi there!

How can I modify the text color in my submenu, for inactive and active menu points, i want to have white text color instead of the black color.

First of all, a link to my website:

http://tinyurl.com/bp5udtn


And the CSS modifications i've already done inside the module parameters:

Code:

.yuimenubaritemlabel
{
color: #FFFFFF !important;
}

body .yui-skin-sam .bd
{
background: #631717 !important;
}

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

.yuimenubaritem-selected,
.yuimenuitem-selected
{
background-image: none !important;
background-color: #000 !important;


body #ariyui67.yui-skin-sam ul li a.yuimenuitemlabel
{
 color: #ffffff;
}




Thank you very much for your help, great module for horizontal menu integration in Joomla 1.7!

Kind regards,
peppercorn
Last Edit: 2011/12/18 18:28 By peppercorn.
The administrator has disabled public write access.
 
#22933
Re:how can i change text color in submenu? 12 Years, 4 Months ago Karma: 747
Hello,

Add the next CSS rule:

Code:


#ariyui91 A.yuimenuitemlabel
{
 color: #FFF !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#22935
Re:how can i change text color in submenu? 12 Years, 4 Months ago Karma: 0
You are amazing! Thank you so much

All the best for the future
The administrator has disabled public write access.
 
Go to topPage: 1