Closed (fixed)
Project:
Premium Responsive
Version:
7.x-1.5
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2012 at 11:32 UTC
Updated:
13 Aug 2012 at 14:20 UTC

As you can see here, I have this one blue I can't change - no matter what I do - I don't get access to it. Would you please shed some light on me?
I assume it is a bug...
Thanks for your support,
Kirsten
| Comment | File | Size | Author |
|---|---|---|---|
| colors_responsive.jpg | 36.06 KB | KirstenLangholz |
Comments
Comment #1
SimonHoare commentedThis looks like an issue with an AdaptiveTheme. If so, there's probably a folder in your theme called something like "color", parallel to the CSS folder.
Look in there for a .css file called something like "colors.css". Open up the file in notepad or eclipse and do a search on #5aa2ef. That should show the CSS selectors that #5aa2ef is being used for.
You can then change it to a different colour in that file or in another main CSS file via the selectors if your theme encourages you to adapt CSS in a specific file.
Comment #2
KirstenLangholz commentedThank you Simon,
That indeed did the trick.