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?

Last sub-menu item is in different color
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Last sub-menu item is in different color
#13143
Last sub-menu item is in different color 13 Years, 1 Month ago Karma: 0
Hi,
The Last sub-menu item is in different color, by ex. "about us" its possible to make all same color ?

www.genevagate.ch/cpc/



Thank you very much !
The administrator has disabled public write access.
 
#13144
Re:Last sub-menu item is in different color 13 Years, 1 Month ago Karma: 748
Hello,

Replace the next CSS rule in <joomla_directory>/modules/mod_ariextmenu/mod_ariextmenu/js/css/menu.min.css file:

Code:


.ux-menu ul a.ux-menu-link-last,.ux-menu.ux-menu-vertical a.ux-menu-link-last {
/* background:#f3efec url(images/menu-item-bg-over.png) repeat; */
background:url(images/menu-item-bg-over.png) repeat; 
/* display: list-item; */
/* list-style-type: square; */
}



with

Code:


.ux-menu ul a.ux-menu-link-last,.ux-menu.ux-menu-vertical a.ux-menu-link-last {
/* background:#f3efec url(images/menu-item-bg-over.png) repeat; */
background:url(images/sep_menu.png) repeat; 
/* display: list-item; */
/* list-style-type: square; */
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13145
Re:Last sub-menu item is in different color 13 Years, 1 Month ago Karma: 0
Hi,

Thank you it works, but with no image background:

.ux-menu ul a.ux-menu-link-last,.ux-menu.ux-menu-vertical a.ux-menu-link-last {
}

I have another problem, another last sub menu (a.ux-menu-link-last. )The last sub-item its not aligned to the right, here : "our services / financial communications"



Thank you, I really appreciate,

Best Regards
The administrator has disabled public write access.
 
#13146
Re:Last sub-menu item is in different color 13 Years, 1 Month ago Karma: 748
This problem with your custom styles. Remove the next CSS rule from CSS file:

Code:


.ux-menu-sub a.ux-menu-link-last {
    width: 145px;
}



And replace the next CSS rule:

Code:


.ux-menu ul a, .ux-menu.ux-menu-vertical a {
    border-bottom: 0 none;
    display: list-item;
}



with:

Code:


.ux-menu ul a, .ux-menu.ux-menu-vertical a {
    border-bottom: 0 none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13149
Re:Last sub-menu item is in different color 13 Years, 1 Month ago Karma: 0
It works perfect !

Thank you !
Best regards,

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