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 borders
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Remove borders
#28736
Remove borders 12 Years, 1 Month ago Karma: 0
Hi, I have been playing with styling the menu, is there an easy way to remove the borders around links? Yopu can see what I have done at
The administrator has disabled public write access.
 
#28737
Re:Remove borders 12 Years, 1 Month ago Karma: 748
Hello,

Use the next CSS rule:

Code:


UL.ux-menu A {
 border-style: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#28738
Re:Remove borders 12 Years, 1 Month ago Karma: 0
Perfect. Thankyou muchly.
The administrator has disabled public write access.
 
#30420
Re:Remove borders 11 Years, 11 Months ago Karma: 0
Hi guys

Thank you for the great support. Where must the code be used? In the menu's css or the module css style? Also, i would like to stretch the menu from border to border without blocks, just separators in between the menus and also add an yellow line throughout the menu bar. please help.

see www.amplesolar.com user: admin password: ***
Last Edit: 2012/08/08 16:12 By admin.
The administrator has disabled public write access.
 
#30432
Re:Remove borders 11 Years, 11 Months ago Karma: 748
Hello,

Try to use the next CSS rules:

Code:


.extra-box UL.ux-menu LI.ux-menu-item-level-0
{
 width: 105px !important;
}

.extra-box UL.ux-menu LI.ux-menu-item460 
{
 width: 145px !important;
}

.extra-box UL.ux-menu LI.ux-menu-item-level-0 A.ux-menu-link-level-0
{
 border-top-style: none;
 border-bottom-style: none;
}



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