Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?
Go to bottomPage: 1
TOPIC: text color
#3699
text color 15 Years, 6 Months 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 15 Years, 6 Months ago Karma: 765
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 15 Years, 6 Months 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