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?

Extended Menu under Front Page Slide Show
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: Extended Menu under Front Page Slide Show
#17077
Re:Extended Menu under Front Page Slide Show 12 Years, 12 Months ago Karma: 748
Add the next CSS rules:

Code:


.ux-menu-container UL.ux-menu,
.ux-menu-container UL.ux-menu-sub,
.ux-menu-container UL.ux-menu LI
{
 margin: 0;
 padding: 0;
}

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



Regards,
ARI Soft
The administrator has disabled public write access.
 
#17084
Re:Extended Menu under Front Page Slide Show 12 Years, 12 Months ago Karma: 0
FANTASTIC! You've saved me so much time!

Last question: There's a little blue triangle bullet on the "Dental Implants" link that I'd like to remove. I tried

Code:
__________________________________
.ux-menu-container UL.ux-menu LI
{
background-image: none;
padding: 0;
}
__________________________________


But no dice...

marinaviewdentistry.com
The administrator has disabled public write access.
 
#17090
Re:Extended Menu under Front Page Slide Show 12 Years, 12 Months ago Karma: 748
Add the next CSS rule:

Code:


SPAN.ux-menu-arrow
{
 display: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#17110
Re:Extended Menu under Front Page Slide Show 12 Years, 12 Months ago Karma: 0
I have the same problem,
It feels like Iv tried everything, but just can't get it working.

website
The administrator has disabled public write access.
 
#17115
Re:Extended Menu under Front Page Slide Show 12 Years, 12 Months ago Karma: 0
admin wrote:
Add the next CSS rule:

Code:


SPAN.ux-menu-arrow
{
 display: none;
}



Regards,
ARI Soft


Thank you again!

Everything works and looks great now!

I will be recommending the ARI Ext Menu module and the excellent support to several friends.

The administrator has disabled public write access.
 
#17129
Re:Extended Menu under Front Page Slide Show 12 Years, 12 Months ago Karma: 748
Hello,

To Nixs what browser do you use?

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