top menu color style for left menu ?

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed Dec 08, 2010 9:05 pm
How can use top menu color styling for the left menu ?
background, hover, and active menu item.
is there any short cut like some module class suffix applied which I can just copy and will be able to use the same colors as the top menu

at the moment both colors are different and it doesnt look good.

Can someone help please
...................?
User avatar
Fresh Boarder

GK User
Wed Dec 08, 2010 9:32 pm
Please always provide us your URL.
User avatar
Platinum Boarder

GK User
Wed Dec 08, 2010 9:34 pm
User avatar
Fresh Boarder

GK User
Wed Dec 08, 2010 10:09 pm
Add this lines on gk_stuff.css:

Code: Select all
.moduletable.colormenu {background: #006CA1}
.moduletable.colormenu .menu li a {color: #fff!important}
.moduletable.colormenu .menu li:hover,
.moduletable.colormenu .menu li#current {background-color: #8CC63F;-moz-box-shadow:1px 1px 1px #222; -webkit-box-shadow:1px 1px 1px #222border-color:#8CC63F!important}
.moduletable.colormenu .menu li {border-color: #888178!important}


Next add "[space]colormenu" module suffix.

It should look something like this:

screen.png


Cheers ;)
User avatar
Platinum Boarder

GK User
Fri Dec 10, 2010 9:31 am
Thank you .
User avatar
Fresh Boarder


cron