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?

Need help in changing the display of menu
(1 viewing) (1) Guest
Go to bottomPage: 1234567
TOPIC: Need help in changing the display of menu
#21149
Re:Need help in changing the display of menu 12 Years, 8 Months ago Karma: 0
After I added the code, the color changes and the round corner isn't really working.

The administrator has disabled public write access.
 
#21150
Re:Need help in changing the display of menu 12 Years, 8 Months ago Karma: 748
We suppose the code was added incorrectly.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#21151
Re:Need help in changing the display of menu 12 Years, 8 Months ago Karma: 0
I see, so where do I add the codes? Is it under "CSS Styles" parameter in module settings? Do I still need to add the codes from this thread?www.ari-soft.com/ARI-Ext-Menu/19213-round-corner-on-vertical-position.html#19216
The administrator has disabled public write access.
 
#21152
Re:Need help in changing the display of menu 12 Years, 8 Months ago Karma: 748
You can add the code to "CSS Styles" parameter or to a site template CSS file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#21153
Re:Need help in changing the display of menu 12 Years, 8 Months ago Karma: 0
I just add this code only?

Code:

UL.ux-menu-hidden
{
 display: none !important;
}

UL.ux-menu-sub
{
 margin: 0 !important;
 padding: 0 !important;
 background-color: transparent !important;
}

body .ux-menu-horizontal LI A.ux-menu-link-first.ux-menu-link-last, 
body .ux-menu-sub LI A.ux-menu-link-first.ux-menu-link-last
{
 -moz-border-radius: 10px 10px 0 0;
 -webkit-border-radius: 10px 10px 0 0;
 -o-border-radius: 10px 10px 0 0;
 border-radius: 10px 10px 0 0;
]

The administrator has disabled public write access.
 
#21154
Re:Need help in changing the display of menu 12 Years, 8 Months ago Karma: 0
I added the codes into my site template. But this is what happen. The small arrow image is overlapping with the text and the round corner only occur for the last category. The first tab is still rectangle. What should I do?
Last Edit: 2011/10/26 13:59 By mameee.
The administrator has disabled public write access.
 
Go to topPage: 1234567