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?

Removing border
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Removing border
#22602
Removing border 12 Years, 7 Months ago Karma: 0
Hello I have a question.

I want to remove the border around my menu items. (Not the ones in the sub menus) I searched the menu.min.css file but didn't want to do something wrong.

Regards
The administrator has disabled public write access.
 
#22603
Re:Removing border 12 Years, 7 Months ago Karma: 748
Hello,

Try to add the next CSS rules:

Code:


.ux-menu-container UL.ux-menu LI,
.ux-menu-container UL.ux-menu LI A
{
 border-style: none;
}



If it doesn't help, provide a link to a page where we can see a menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22604
Re:Removing border 12 Years, 7 Months ago Karma: 0
Waov that was really fast and it worked But now the border of my sub menus have gone too... Is there any way to keep sub menu borders and remove the main menu borders?

Regards
The administrator has disabled public write access.
 
#22605
Re:Removing border 12 Years, 7 Months ago Karma: 748
Use the next CSS rules instead of previous one:

Code:


.ux-menu-container UL.ux-menu LI.ux-menu-item-level-0,
.ux-menu-container UL.ux-menu LI A.ux-menu-link-level-0
{
 border-style: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#22606
Re:Removing border 12 Years, 7 Months ago Karma: 0
Now everything is fine. Thank you for your quick replies and for this great support

Best regards
The administrator has disabled public write access.
 
Go to topPage: 1