Menu switcher background

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Dec 17, 2012 10:03 pm
Reply with quote
Report this post
Hi

need you help

using startup Template but i need to have my menu background same color as soon as i click on the Switcher .Everything esle work except the Menu background- it stay the same ....i need different color each time user click on the color switcher...(same as Gamenews with gavick)
http://planetekreyol.com/abondanse/

thanks...
User avatar
Expert Boarder

Konrad M
Tue Dec 18, 2012 8:35 am
Reply with quote
Report this post
Hi,
if you are talking about drop down menu it is not changing becasue you set bacgkround for this item only in style2.css. Please add this to other styles:
Code: Select all
.gkMenu > ul div.childcontent-inner {
    background: none repeat scroll 0 0 #3EABE9!important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    text-align: left;
}

and change background value.
User avatar

GK User
Tue Dec 18, 2012 5:57 pm
Reply with quote
Report this post
thanks it works...
User avatar
Expert Boarder


cron