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?

Border colors and width
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Border colors and width
#34618
Border colors and width 11 Years, 7 Months ago Karma: 0
Hello,

I hope someone can help me.
I'm using the Ari Ext Menu as a vertical modul (see the link attached, menu on the right side) and would like to have black borders between the sections. If it is possible theses borders should not go from end to end (e.g. like the top menu)

f-into.hostingsociety.com/joomla/wbc/index.php/karriere

Thank your for your help.

Mylad
The administrator has disabled public write access.
 
#34619
Re:Border colors and width 11 Years, 7 Months ago Karma: 748
Hello,

Use the following CSS rules:


UL.ux-menu LI A.ux-menu-link-level-0
{
border-bottom: 1px solid black !important;
}

UL.ux-menu LI A.ux-menu-link-level-0.ux-menu-link-last
{
border-bottom-style: none !important;
}


If you want to use borders which are not go from end to end, it requires to modify HTML code of the menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34635
Re:Border colors and width 11 Years, 7 Months ago Karma: 0
Hello,

thx! It worked. Could you please tell me, where and how I can change the module html.
What do I have to do?
Thank your very much, for your quick reply!

Mylad
The administrator has disabled public write access.
 
#34640
Re:Border colors and width 11 Years, 7 Months ago Karma: 748
Information about menu HTML layout and CSS classes is here. It can be used to customize menu.

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