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 color on horizontal
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: how to change background color on horizontal
#5072
how to change background color on horizontal 13 Years, 9 Months ago Karma: 0
hi i am having trouble to change the silver color of default background color to top menu on header... on vertical position the module works fine but in horisontal i don't know how to change it this is the css style i got on vertical and works fine..


body #{$id}.yui-skin-sam .yuimenu .topscrollbar,
body #{$id}.yui-skin-sam .yuimenu .bottomscrollbar,
body #{$id}.yui-skin-sam .yuimenu .bd
{
background-color: #0756a4;
}

body #{$id}.yui-skin-sam .yuimenu LI.yuimenuitem-selected
{
background-color: #51ffff;
}
body #{$id}.yui-skin-sam ul li a.yuimenuitemlabel
{
color: #ffffff;
font-weight: bold !important;
}


the site if you need is www.filadelfia.gr/index.php
The administrator has disabled public write access.
 
#5074
Re:how to change background color on horizontal 13 Years, 9 Months ago Karma: 746
Hello,

Try to add the following CSS rule to template CSS file:

Code:


body .yui-skin-sam .bd
{
  background: #003F81 none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5075
Re:how to change background color on horizontal 13 Years, 9 Months ago Karma: 0
worked one more question how i change the color of currect menu when the mouse is over menu the color is silver.. how i change that? thank you very much
The administrator has disabled public write access.
 
#5076
Re:how to change background color on horizontal 13 Years, 9 Months ago Karma: 746
The following CSS rule should help:

Code:


.yui-skin-sam .yuimenubar .bd UL LI.yuimenubaritem-selected
{
  background: red none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5077
Re:how to change background color on horizontal 13 Years, 9 Months ago Karma: 0
perfect thanks a lot very
good job keep up the
world need ya
Last Edit: 2010/06/24 22:04 By _UGC_PCMaster7.
The administrator has disabled public write access.
 
#5079
Re:how to change background color on horizontal 13 Years, 9 Months ago Karma: 0
mmm one more think i forgot it
how i change the color font of menu ...
in vertical potition is
body #{$id}.yui-skin-sam ul li a.yuimenuitemlabel
{
color: #FFFFFF;
font-weight: bold !important;
}

but in horizontal i don't know
i tryed this but not working
.yui-skin-sam .yuimenubar .bd
{
color: #FFFFFF;
font-weight: bold !important;
}
The administrator has disabled public write access.
 
Go to topPage: 12