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?

text color
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: text color
#3699
text color 14 Years ago Karma: 0
Hello,

Congratulations for this module ! particulary for the feature a:current very usefull

I would like change the class for the menu text color (a:link, a:visited) which is actually this of my template (typography.css).

I don't find where change that for have a particular color to my ARI Ext menu text...

Thanks

BT
The administrator has disabled public write access.
 
#3700
Re:text color 14 Years ago Karma: 748
Hello,

You can add the following CSS rules to your template CSS file:

Code:


.ux-menu a:hover{
  color: red;
}

.ux-menu a:visited{
  color: green;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#3703
Re:text color 14 Years ago Karma: 0
Perfect !!!!

I only had to change the order which you gave me : first a:visited and after a:hover

And finally, all the .ux-menu are now in my template CSS, Like that, I can easily modify them directly in backend.

Fabulous

Greetings

BT
Last Edit: 2010/04/08 17:38 By carbonathus.
The administrator has disabled public write access.
 
Go to topPage: 1