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?

Help for Text Color
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Help for Text Color
#21362
Help for Text Color 12 Years, 8 Months ago Karma: 0
I'm trying to change the font color

In a post on your forum, i found the following code:

.ux-menu A
{
color: #000000;
}

But this code doesn't work work for me.

can you help me?

my site is www.stranieriincampania.it

thanks.
The administrator has disabled public write access.
 
#21363
Re:Help for Text Color 12 Years, 8 Months ago Karma: 748
Hello,

Text color can be changed in module settings. See "Main menu items styles" and "Sub-menu items styles" parameters sections.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#21365
Re:Help for Text Color 12 Years, 8 Months ago Karma: 0
I have set it on #000000 in main menщ item styles and in sub-menu item styles but it works only when "hovered"
The administrator has disabled public write access.
 
#21366
Re:Help for Text Color 12 Years, 8 Months ago Karma: 748
This problem with site template styles. Add the next CSS rules:

Code:


#pathway .ux-menu a:link, 
#pathway .ux-menu a:visited
{
 color: #000;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21367
Re:Help for Text Color 12 Years, 8 Months ago Karma: 0
now it's work fine, thanks
The administrator has disabled public write access.
 
Go to topPage: 1