Closed (fixed)
Project:
Pixture Reloaded
Version:
6.x-3.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2009 at 05:21 UTC
Updated:
5 Jan 2010 at 05:40 UTC
Thank you very much for the theme.
I have successfully changed the colors of SuperFish menu by using custom images, but having hard time changing the box color for the second-level menu items from the default black.
Hovering over the second level items changes its color correctly, but the default color is black.
I have changed the hex color codes in lines 230 - 234 in the /sites/all/themes/pixture_reloaded/style.css file from the original #000, but the second level menu items backgrounds are still showing black.
#superfish-inner .menu li li {
background: #96aaa2;
}
#superfish-inner .menu li li li {
background: #96aaa2;I have cleared cached data in Drupal and in the browsers.
Can you please point me in the right direction.
Comments
Comment #1
weka commentedChanging the color values in the /sites/default/files/color/pixture_reloaded-nnnnnnn/style.css is the correct way.
Sorry 8-|