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?

Ari Ext menu height issue
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Ari Ext menu height issue
#16733
Ari Ext menu height issue 13 Years ago Karma: 0
Hi,

At www.alliotiko.gr/testa I've installed ari ext menu and after i added a css rule, it's centered.
As you can see, the first 7 buttons have more height, a light blue line. Perhaps it's because of the submenus, but how can i erase it?

Three more questions:

1. How I disable links for menu main items, leaving only submenu items linking?

2. Is it possible to have different color-pictures for different menu items?

3. When I change the font attributes for the page, the fonts of the menu are changed as well (normal). How I can change attributes of the menu without changing page font attributes, and vice versa?

Regards
Chris
The administrator has disabled public write access.
 
#16770
Re:Ari Ext menu height issue 13 Years ago Karma: 748
Hello,

0. Add the next CSS rule:

Code:


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



1. Set "Separator" menu item type for main menu items in Joomla! menu manager.

2. Information about menu HTML layout and CSS classed can be found here. It can be useful if you want to customize the menu.

3. Use the next CSS rule:

Code:


.ux-menu A
{
 font-family: Arial;
}

The administrator has disabled public write access.
 
#16946
Re:Ari Ext menu height issue 13 Years ago Karma: 0
Thanks,

It worked. As for customizing the menu, I'll try the file you've told me and if I have many questions, I'll be in touch.

Regards
Chris
The administrator has disabled public write access.
 
Go to topPage: 1