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?

removing border from menu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: removing border from menu
#4798
removing border from menu 13 Years, 9 Months ago Karma: 0
Hello,
i am trying to remove the black border from the menu when using the milkyway template, so it matched the template better.

I have the following css code and it has mostly worked

body #{$id}.yui-skin-sam .yuimenubar {
font-size: 93%;
line-height: 2;
*line-height: 1.9;
border: 0;
background: url(js/build/assets/skins/sam/mw_menu_normal_bg.png) repeat-x 0 0;
}

body #{$id}.yui-skin-sam .yuimenubarnav .yuimenubaritem {
border-right: solid 0px #ccc;
}

it has removed the border from most of the menu, but i still have 2 horizontal lines across the top and bottom of the menu which i can't seem to get rid of.

the address is pantner.net/cdcb

any help would be greatly appriciated!

*note: i want to keep the border around the drop down boxes.
The administrator has disabled public write access.
 
#4803
Re:removing border from menu 13 Years, 9 Months ago Karma: 746
Hello,

You can add the following CSS rules to 'CSS Styles' textarea in module settings:

Code:


body #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel, 
body #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel:link, 
body #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel:visited, 
body #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel:hover
{
  border-width: 0;
  padding-top: 1px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4804
Re:removing border from menu 13 Years, 9 Months ago Karma: 0
awesome! that did the trick

thankyou very much!
The administrator has disabled public write access.
 
Go to topPage: 1