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?

How to change background colors and fonts
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to change background colors and fonts
#23163
How to change background colors and fonts 12 Years, 3 Months ago Karma: 0
Hello
I installed the menu in my project and i need to know something to improve it. You will find my old side menu on a web site and I need to know:

1. How to change the background color at on hover and multiple menu?
2.How to change the font, color?
3. How to put separators between menu?

Thank you for your help and I hope to get answer soon.

Arturas
www.zilvitiskalvarija.lt
Last Edit: 2011/12/27 17:54 By arturas.
The administrator has disabled public write access.
 
#23196
Re:How to change background colors and fonts 12 Years, 3 Months ago Karma: 747
Hello,

Use the next CSS rules:

Code:


/* hover background */
.yui-skin-sam A.yuimenubaritemlabel-selected,
.yui-skin-sam A.yuimenuitemlabel-selected
{
 background-color: red !important;
}

/* font, color */
body #ariyui21 A
{
  font-size: 11px !important;
  font-family: Tahoma !important;
  color: red !important;
}

/* separator */
body #ariyui21 A
{
  border-bottom: 1px solid green !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#23199
Re:How to change background colors and fonts 12 Years, 3 Months ago Karma: 0
Hello,

but it left one problem with submenu color. Then you choose menu "Veikla" or other it shows blue background.

Thank you for your help
The administrator has disabled public write access.
 
#23202
Re:How to change background colors and fonts 12 Years, 3 Months ago Karma: 747
Use the next CSS rule:

Code:


body #ariyui21.yui-skin-sam .yuimenu DIV.bd .yuimenu DIV.bd
{
 background-color: #B7C88D;
}



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