menu css question in template color revamp
The Moment professional and unique design Joomla template support forum.
- GK User
- Wed Nov 03, 2010 7:44 am
Hello,
I'm working to create a new site using The Moment template, but changing the whole color scheme. I've changed almost everything by using the source PSD files and going through the CSS. One question remains...
How do I change the color of the main menu submenu dropdown rectangles? They are gray by default.
I'm using the default mooMenu.
Thank you
I'm working to create a new site using The Moment template, but changing the whole color scheme. I've changed almost everything by using the source PSD files and going through the CSS. One question remains...
How do I change the color of the main menu submenu dropdown rectangles? They are gray by default.
I'm using the default mooMenu.
Thank you
-
- Fresh Boarder
- teitbite
- Thu Nov 04, 2010 1:26 am
Hi
What about this classes in suckerfish.css :
What about this classes in suckerfish.css :
- Code: Select all
#horiz-menu li:hover ul, #horiz-menu li.sfHover ul {
background:none repeat scroll 0 0 #8F8F83;
}
#horiz-menu li li a:hover, #horiz-menu li li.sfHover {
background:none repeat scroll 0 0 #979788;
}
-
- Moderator
- GK User
- Thu Nov 04, 2010 10:47 pm
Yes, that is the code to edit exactly!
Thank you!
Thank you!
-
- Fresh Boarder
3 posts
• Page 1 of 1