Search…

X3 Photo Gallery Support Forums

Search…
 
winph
Experienced
Posts: 236
Joined: 19 Jul 2008, 05:07

Re: menu color

26 Aug 2017, 10:17

mjau-mjau wrote:
winph wrote:how do i change background color for mega menu, and hover? want it to change to white. sherwintan.com thanks
Settings > custom > custom CSS:
Code
.mega {
  background: white !important;
}
thanks mjau-mjau
how about the hover folder under the mega.list?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: menu color

26 Aug 2017, 11:57

winph wrote:how about the hover folder under the mega.list?
Code
.mega.list .list-inner div:hover {
 background: #dadada !important;
}
 
winph
Experienced
Posts: 236
Joined: 19 Jul 2008, 05:07

Re: menu color

26 Aug 2017, 23:38

many thanks.