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?

disable the arrows on the menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: disable the arrows on the menu
#14867
Re:disable the arrows on the menu 13 Years, 1 Month ago Karma: 0
Sorry it's my fault.

The right address is this www.piedicosta.com/joomla16/

See sub menu item under "appartamenti".

Thanks a lot in advance!
The administrator has disabled public write access.
 
#14868
Re:disable the arrows on the menu 13 Years, 1 Month ago Karma: 748
Add the next CSS rule:

Code:


.ux-menu-item108 .ux-menu-sub, 
.ux-menu-item108 LI.ux-menu-item-level-1
{
 width: 135px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#14870
Re:disable the arrows on the menu 13 Years, 1 Month ago Karma: 0
Thanks it works!
The administrator has disabled public write access.
 
#18554
Re:disable the arrows on the menu 12 Years, 10 Months ago Karma: 0
Hi to everybody!

Is it possible to show arrows only in sub-menus?

Thanks in advance for your help!
The administrator has disabled public write access.
 
#18580
Re:disable the arrows on the menu 12 Years, 10 Months ago Karma: 748
Hello,

Add the next CSS rules:

Code:


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

.ux-menu .ux-menu-sub .ux-menu-arrow
{
 display: block;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#18590
Re:disable the arrows on the menu 12 Years, 10 Months ago Karma: 0
Thank you so much! It works!!!
The administrator has disabled public write access.
 
Go to topPage: 12