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?

Duplication of menu in footer area
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Duplication of menu in footer area
#15802
Duplication of menu in footer area 13 Years, 1 Month ago Karma: 0
www.mentzgroup.com/bandc2

My template's index.php file tries to duplicate the main menu in the footer area. The purpose is to create a secondary menu that has very basic text. However when the new menu is pulled its background colors et all is also pulled. Is there any way to strip this from the footer area?
The administrator has disabled public write access.
 
#15811
Re:Duplication of menu in footer area 13 Years, 1 Month ago Karma: 748
Hello,

Try to use the next CSS rules:

Code:


.navigation2 .ux-menu LI A
{
 height: 12px !important;
 line-height: 12px !important;
 font-size: 12px !important;
 padding: 5px 10px !important;
 background-color: transparent !important;
}

.navigation2 .ux-menu-container
{
 background-color: transparent !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#15821
Re:Duplication of menu in footer area 13 Years, 1 Month ago Karma: 0
Thanks that worked. However there is still one small issue.

I have the menu set to show a white background with black text on the active menu item. This means the sub menu also shows black text when i am on that page. Is there a way to strip the black color from the active page from the footer menu?
The administrator has disabled public write access.
 
#15824
Re:Duplication of menu in footer area 13 Years, 1 Month ago Karma: 748
Use the next CSS rule:

Code:


.navigation2 .ux-menu LI A.current
{
 color: #FFF !important;
}



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