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: 1
TOPIC: Remove borders
#28736
Remove borders 12 Years, 10 Months 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, 10 Months ago Karma: 763
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, 10 Months ago Karma: 0
Perfect. Thankyou muchly.
The administrator has disabled public write access.
 
#30420
Re:Remove borders 12 Years, 8 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 12 Years, 8 Months ago Karma: 763
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