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?

Extended Menu - Design change
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Extended Menu - Design change
#28049
Extended Menu - Design change 12 Years, 6 Months ago Karma: 0
Dear Support Team at Ari-Soft,

i have in the meantime figured out how to condigure ExtMenu but I would very much like the menu to look slightly differently:

- no boder around the buttons
- Menu items separated by a vertical Line "|"
- Sumbenu items also without border, slightly indented and with a bullit point

Here ist the link to the page I am talking about:

icredits.ch/joomla253/

... sorry for being so stupid and asking so much help.

Best regards

Matthias
The administrator has disabled public write access.
 
#28051
Re:Extended Menu - Design change 12 Years, 6 Months ago Karma: 760
Hello,

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

Code:


#breadcrumbs .ux-menu A,
#breadcrumbs .ux-menu LI A.ux-menu-link-first
{
 border-style: none
}

#breadcrumbs .ux-menu A.ux-menu-link-level-0
{
 border-left-style: solid;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#28053
Re:Extended Menu - Design change 12 Years, 6 Months ago Karma: 0
Thank you so much - you made my day.

Any chance we can make the line a litle bit bolder?

... and ...

Sorry to borther you. Do you know why I get the navigation title repeated on top of all the articles (eg. here: www.icredits.ch/joomla253/ - the page should start with "Willkommen" without the "Home" on top of it.

Thanks again for helping me ... ON A S U N D A Y.

Best regards

Matthias
The administrator has disabled public write access.
 
#28054
Re:Extended Menu - Design change 12 Years, 6 Months ago Karma: 760
You are welcome.

About separators, add the next CSS rule:

Code:


#breadcrumbs .ux-menu A.ux-menu-link-level-0
{
 border-left-width: 3px;
}



About titles, they are added by Joomla!, not by "ARI Ext Menu" module.

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