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?

Like to remove black border
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Like to remove black border
#26348
Like to remove black border 12 Years, 8 Months ago Karma: 0
I would like to remove the black border on the drop-down also I am not sure of which css file gets the edit

menu.min

menu.ie.min

menu.fix

this is the current menu.min file below I have been using

/*

* Ext Core Library Examples 3.0

* extjs.com/

* Copyright(c) 2006-2009, Ext JS, LLC.

*

* The MIT License

*

*/


#nav .ux-menu .ux-menu-arrow
{
display: none;
}
.ux-menu LI a.ux-menu-link-parent
{
padding-right: 5px;
}


Please help
mafiawifelive.com/mafiawife
The administrator has disabled public write access.
 
#26349
Re:Like to remove black border 12 Years, 8 Months ago Karma: 760
Hello,

Add the next CSS rule to "CSS Styles" parameter in module settings:

Code:


#mainmenu ul.ux-menu ul.ux-menu-sub
{
 padding: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26350
Re:Like to remove black border 12 Years, 8 Months ago Karma: 0
Where do I find

"CSS Styles" parameter in module settings
The administrator has disabled public write access.
 
#26353
Re:Like to remove black border 12 Years, 8 Months ago Karma: 760
Open "Extensions -> Module Manager -> ARI Ext Menu" page on J! backend:



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26366
Re:Like to remove black border 12 Years, 8 Months ago Karma: 0
Sorry it didn't work maybe it is because I played with the other cc files I will attach them here and maybe you can take a look Thanks so much
The administrator has disabled public write access.
 
#26367
Re:Like to remove black border 12 Years, 8 Months ago Karma: 0
here are the files
The administrator has disabled public write access.
 
Go to topPage: 123