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: 12345
TOPIC: ARI on top
#9951
Re:ARI on top 15 Years, 6 Months ago Karma: 0
THANK YOU A LOT WORKING HAHA!!!
The administrator has disabled public write access.
 
#9955
Re:ARI on top 15 Years, 6 Months ago Karma: 0
Sorry I have try to change font colour but code not working please help

code:


.ux-menu a:visited{
color: 020b6c;
}
The administrator has disabled public write access.
 
#9956
Re:ARI on top 15 Years, 6 Months ago Karma: 766
Incorrect value is used for color, correct code looks like:

Code:


.ux-menu a:visited
{
 color: #020b6c;




Regards,
ARI Soft
The administrator has disabled public write access.
 
#9957
Re:ARI on top 15 Years, 6 Months ago Karma: 0
Thank you, thank you, thank you
The administrator has disabled public write access.
 
#9995
Re:ARI on top 15 Years, 6 Months ago Karma: 0
Hi. Sorry to bother you again, I have change my template in joomla and I can't change font colour my all code is:

.ux-menu-container
{
z-index: 900 !important;
}
.ux-menu-container .ux-menu li
{
padding-left: 0%;
background-image: none;
}

.ux-menu-container .ux-menu A
{
background: #5394c6 none;
}

.ux-menu-container .ux-menu A:hover,
.ux-menu-container .ux-menu A.ux-menu-link-hover
{
background: #abd6ff none;
}

.ux-menu-container .ux-menu A.current
{
background: #9f9d9d none;
}


.ux-menu-container .ux-menu a.ux-menu-link-last
{
width: 163px;
}
.ux-menu a:visited
{
color: #000000 none;
}
The administrator has disabled public write access.
 
#9996
Re:ARI on top 15 Years, 6 Months ago Karma: 766
Hello,

Could you specify what font color do you want to change?

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