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?

Remove bottom border from submenu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Remove bottom border from submenu
#7655
Remove bottom border from submenu 13 Years, 6 Months ago Karma: 0
Hello,

I am trying to remove the bottom border(line) that shows up after each item on the submenu. I have tried several things and nothing is working. The link to the site is: www.diverseintellectual.com/vccs_new_site/index.php.

Any help appreciated.

Thanks,
lf
The administrator has disabled public write access.
 
#7656
Re:Remove bottom border from submenu 13 Years, 6 Months ago Karma: 747
Hello,

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

Code:


.header .ux-menu .ux-menu-sub LI A
{
 background-image: none;
}

.header .ux-menu .ux-menu-sub LI A:hover
{
 background-image: url("modules/mod_ariextmenu/mod_ariextmenu/js/css/images/menu-item-bg-over.png");
}



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