Active
Project:
AT Commerce
Version:
7.x-3.0-rc1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
14 Sep 2012 at 16:40 UTC
Updated:
24 Mar 2015 at 16:53 UTC
Jump to comment: Most recent
Comments
Comment #1
stan turyn commentedI can confirm the main menu link/hover issue.
Comment #2
Anonymous (not verified) commentedThere seems to also be a color issue in that I cannot change the bottom panels background color (what I imagine is the same as the AT Five column 5x20 series) with the theme color picker. Or anyhow I cannot find a toggle to change the background color of this AT Five column 5x20 section. All other background colors I'm able to change as I please.
Is there another easy way to change that background color or am I missing something?
Thanks for any help!
Comment #3
hecate commentedI also had the same problem trying to figure out how to change the AT Five column 5x20 series background colour via the colour picker and came here hoping to find a solution. In the end I added the following to the theme's styles.custom.css file:
#quint-panels-wrapper {
background-color: #2a4d26;
}
That did it :)