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?

eliminating borders and backgrounds
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: eliminating borders and backgrounds
#7478
eliminating borders and backgrounds 13 Years, 7 Months ago Karma: 0
Hi there,

first of all: Thanks for this excellent piece of software!

I want to get rid of borders and backgrounds entirely. Here is my css:


.ux-menu-container .ux-menu a
{
background:none;
color: #eee;
border-style:none;
padding-left:50px;
padding-right:50px;
}

However, there is one line left that shows after the last menu item.

Maybe there's a better way to align the menu into the containers width than the padding hack?

Thanks in advance,
Armin
The administrator has disabled public write access.
 
#7481
Re:eliminating borders and backgrounds 13 Years, 7 Months ago Karma: 747
Hello,

Try to use the next CSS rule:

Code:


.ux-menu-container UL.ux-menu LI a
{
  background:none;
  color: #eee;
  border-style:none;
  padding-left:50px;
  padding-right:50px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7484
Re:eliminating borders and backgrounds 13 Years, 7 Months ago Karma: 0
e viola && dankeschцn!
The administrator has disabled public write access.
 
Go to topPage: 1