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 text color of drop down text menu (repost
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Changing text color of drop down text menu (repost
#24535
Changing text color of drop down text menu (repost 12 Years, 2 Months ago Karma: 1
Hi

I'm reposting this message because somehow my original posting is going to an invalid url:

Please look at this page, at the bottom menu. The bottom menu has white text. I want the drop down items to have black text.

I created a special menu item (on this test site) so you can see the drop down. The drop down is labeled 'DROP DOWN ITEM". And there are two sub items which are not showing. I assume it's because the color of the text is white???

Here's the link

www.rowbytesting.com/

Here's the css in the ARI YUI Menu module's css field:

Code:

body .rowby2columnfooter-text .yui-skin-sam .yuimenubar
{
 background: transparent none !important;
}

body .rowby2columnfooter-text .yui-skin-sam .yuimenubar,
body .rowby2columnfooter-text .yui-skin-sam .yuimenubar A
{
 border-style: none !important
}

body .rowby2columnfooter-text .yui-skin-sam UL LI
{
 border-style: none !important;
}

The administrator has disabled public write access.
 
#24563
Re:Changing text color of drop down text menu (repost 12 Years, 2 Months ago Karma: 747
Hello,

Use the next CSS rule:

Code:


.rowby2columnfooter-text #ariyui219.yui-skin-sam ul li a.yuimenuitemlabel 
{
 color: #000 !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#24575
Re:Changing text color of drop down text menu (repost 12 Years, 2 Months ago Karma: 1
Thanks you. That worked nicely.

Finally how can I change the padding between each item.

Right now it's

Code:

0 20px 0 10px


Instead I would like it to be:

Code:

0 20px 0 10px


Thanks!
The administrator has disabled public write access.
 
#24578
Re:Changing text color of drop down text menu (repost 12 Years, 2 Months ago Karma: 747
Padding before and padding after are the same in your post.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#24579
Re:Changing text color of drop down text menu (repost 12 Years, 2 Months ago Karma: 1
SOrry. I would like the padding to be:

Code:

0 11px 0 10px


Thanks!
The administrator has disabled public write access.
 
#24582
Re:Changing text color of drop down text menu (repost 12 Years, 2 Months ago Karma: 747
Code:


#rowby2columnmain .rowby2columnfooter-text .yui-skin-sam ul li a
{
 padding: 0 11px 0 10px !important;
}

#rowby2columnmain .rowby2columnfooter-text .yui-skin-sam ul li a.yuimenubaritemlabel-hassubmenu
{
 padding: 0 20px 0 10px !important;
}



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