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?

Remove border from menu (seen other posts no luck)
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Remove border from menu (seen other posts no luck)
#10054
Remove border from menu (seen other posts no luck) 13 Years, 2 Months ago Karma: 0
Hi, I am trying to remove the border from the menu but I am not having any luck. I did what was suggested in this post: www.ari-soft.com/ARI-YUI-Menu/4798-removing-border-from-menu.html

My site is: 174.120.9.66/~thompson/

It is the lower menu on the left.

In my CSS Styles in the module parameters I have:

.yuimenu .yuimenuitem-selected,
.yuimenu .yuimenuitembar-selected
{
background-color: #7AB732 !important;
}
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;
}

_____________________

The background color part works fine but the border is still there.

Also, How can I adapt the templates (Rockettheme Panacea) CSS? I know absolutely nothing about CSS. I do not even really understand what the above is trying to do. What is $id? Am I supposed to replace that w/something?

Thanks in advance and sorry for my lack of knowledge in this area?

Charlie
The administrator has disabled public write access.
 
#10057
Re:Remove border from menu (seen other posts no luck) 13 Years, 2 Months ago Karma: 746
Hello,

Add the following CSS rule:

Code:


#ariyui175.yui-skin-sam div.yuimenu .bd
{
 border-style: none;
}



This code remove border around the menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10101
Re:Remove border from menu (seen other posts no luck) 13 Years, 2 Months ago Karma: 0
I'd like to do this as well, but I'm not too familiar with CSS. Which file should be modified and where is the additional coding inserted within that file?

Many thanks!
Gavin
The administrator has disabled public write access.
 
#10103
Re:Remove border from menu (seen other posts no luck) 13 Years, 2 Months ago Karma: 746
Add the following code to "CSS Styles" parameter:

Code:


body div#{$id} div.yuimenu .bd
{
 border-style: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10109
Re:Remove border from menu (seen other posts no luck) 13 Years, 2 Months ago Karma: 0
Hi, thanks for the response! Sorry to be a pain, but I dont see a file called CSS Styles ... where would I find this in the structure, and where would I insert this code in the body of the text?
The administrator has disabled public write access.
 
#10112
Re:Remove border from menu (seen other posts no luck) 13 Years, 2 Months ago Karma: 746
It is not a file, it is parameter in module settings.



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