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?

"visited"
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: "visited"
#21894
"visited" 13 Years ago Karma: 0
Hi there!

Anyone know a way to change the "visited" sub-menu items color via css or css field in admin/module? Now they are all the hover or current color (same orange, see pic).

THANKS.

Nancy
The administrator has disabled public write access.
 
#21896
Re:"visited" 13 Years ago Karma: 760
Hello,

Use the next CSS rule:

Code:


UL.ux-menu A:visited
{
 color: green !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21897
Re:"visited" 13 Years ago Karma: 0
Thank you!

I have done...however my hover color is gone now. So I added a hover property to the box (joomla admin/module, not external css, though I can drop it there instead if it will make a difference, not sure of the hierarchy...).

Any thoughts?

Nancy
The administrator has disabled public write access.
 
#21898
Re:"visited" 13 Years ago Karma: 760
Provide a link to a page where we can see the menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#21899
Re:"visited" 13 Years ago Karma: 0
Okay:

www2.xpace.net/joomla/index.php/en/case-studies/brokerage-firm

UPDATE: It is working in FF, not Chrome...

Thank you!
The administrator has disabled public write access.
 
#21901
Re:"visited" 13 Years ago Karma: 760
Use the next CSS rule for hover menu items:

Code:


UL.ux-menu LI A:hover
{
 color: #d9531e !important;
}



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