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?

Sub menu styling
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Sub menu styling
#13684
Sub menu styling 13 Years ago Karma: 0
Can you please point me into the right direction of which class I should edit to change the bg color of the vertical sub menu? I have the safe_menu.css open here, and it's really hard to find the styling for the sub menu. Thanks.

Here is a link to my site boerenooi.za.net/
Last Edit: 2011/04/14 11:55 By boerenooi.
The administrator has disabled public write access.
 
#13685
Re:Sub menu styling 13 Years ago Karma: 747
Add the next code to "CSS Styles" parameter in module settings:

Code:


DIV#{$id}.yui-skin-sam DIV.bd DIV.bd,
DIV#{$id}.yui-skin-sam DIV.bd DIV.bd LI
{
 background-color: red;
}

DIV#{$id}.yui-skin-sam DIV.bd DIV.bd LI.yuimenuitem-selected
{
 background-color: #b3d4ff;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13686
Re:Sub menu styling 13 Years ago Karma: 0
Thanks that was a great help! I'll show you what it looks like when I'm done.
The administrator has disabled public write access.
 
#13687
Re:Sub menu styling 13 Years ago Karma: 0
So I'm trying to put an image as a background in the sub menu, but it does something weird, its almost as tho the images is in the front? Here is my code.

DIV#{$id}.yui-skin-sam DIV.bd DIV.bd,
DIV#{$id}.yui-skin-sam DIV.bd DIV.bd LI
{
background: url(www.boerenooi.za.net/modules/mod_ariyuimenu/mod_ariyuimenu/js/assets/menu/sam/subbg.png);
color: #fff;
}
The administrator has disabled public write access.
 
#13688
Re:Sub menu styling 13 Years ago Karma: 747
Add the next code to "CSS Styles" parameter:

Code:


body #$id}.yui-skin-sam DIV.bd DIV.bd a.yuimenuitemlabel
{
 color: #FFF;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13689
Re:Sub menu styling 13 Years ago Karma: 0
Hi, thank you for the reply, although that didn't change anything.
The administrator has disabled public write access.
 
Go to topPage: 12