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?

Active menu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Active menu
#47741
Active menu 10 Years, 2 Months ago Karma: 0
I want to have a thick line in red color underneath the active link in the menu. How can I do that with css?
See the attached image!

Last Edit: 2014/02/08 08:51 By tomkarz.
The administrator has disabled public write access.
 
#47742
Re:Active menu 10 Years, 2 Months ago Karma: 747
Hello,

Add the following CSS rules to "CSS Styles" parameter in module settings:

UL.ux-menu LI A.current,
UL.ux-menu LI A:hover
{
border-bottom: 2px solid red;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#47743
Re:Active menu 10 Years, 2 Months ago Karma: 0
Thank you for fast support. Worked fine except for the size! It´s a little bit to long. How can I get it to be the same size as the text in the menu?
The administrator has disabled public write access.
 
#47745
Re:Active menu 10 Years, 2 Months ago Karma: 747
It requires modification of the extension.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#47750
Re:Active menu 10 Years, 2 Months ago Karma: 0
But if I don=t want to have the red line under when I hover over some other word in the menu. I=ve tried to remove the hover in the css, but then its not working with active link.
The administrator has disabled public write access.
 
#47751
Re:Active menu 10 Years, 2 Months ago Karma: 747
Use the following CSS rule:

UL.ux-menu LI A.current
{
border-bottom: 2px solid red;
}

instead of:

UL.ux-menu LI A.current,
UL.ux-menu LI A:hover
{
border-bottom: 2px solid red;
}

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