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?

no background-colors
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: no background-colors
#39758
no background-colors 11 Years, 11 Months ago Karma: 0
Hi
How to remove background-colors and borders from the main menu?
www.manuelafrescura.ch/jupgrade/
Thanks and best regards
Aschi
The administrator has disabled public write access.
 
#39766
Re:no background-colors 11 Years, 11 Months ago Karma: 763
Hello,

Add the following CSS rule:

#header .ux-menu LI A
{
border-style: none;
background: none transparent !important;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#39779
Re:no background-colors 11 Years, 11 Months ago Karma: 0
Hello
Thanks a lot, that works perfect!
Is it possible, that the mainlevel has no background-color and border, but the submenu does?
Thanks a lot for the great module and fantastic support!
Aschi
The administrator has disabled public write access.
 
#39782
Re:no background-colors 11 Years, 11 Months ago Karma: 763
Use the following CSS rule instead of previous one:

#header .ux-menu LI A.ux-menu-link-level-0
{
border-style: none;
background: none transparent !important;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#39785
Re:no background-colors 11 Years, 11 Months ago Karma: 0
Thanks a lot, works perfect!
The administrator has disabled public write access.
 
Go to topPage: 1