Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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 1 Year, 7 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 1 Year, 7 Months ago Karma: 278
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 1 Year, 7 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 1 Year, 7 Months ago Karma: 278
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 1 Year, 7 Months ago Karma: 0
perfect thanks a lot very
good job keep up the
world need ya
Last Edit: 2010/06/25 01:04 By _UGC_PCMaster7.
The administrator has disabled public write access.
 
#5079
Re:how to change background color on horizontal 1 Year, 7 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