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?

ARI on top
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: ARI on top
#9951
Re:ARI on top 13 Years, 4 Months ago Karma: 0
THANK YOU A LOT WORKING HAHA!!!
The administrator has disabled public write access.
 
#9955
Re:ARI on top 13 Years, 4 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 13 Years, 4 Months ago Karma: 748
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 13 Years, 4 Months ago Karma: 0
Thank you, thank you, thank you
The administrator has disabled public write access.
 
#9995
Re:ARI on top 13 Years, 4 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 13 Years, 4 Months ago Karma: 748
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