Closed (fixed)
Project:
Corporate Clean
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
30 Apr 2012 at 14:09 UTC
Updated:
1 May 2022 at 16:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gtsopour commentedChanged to feature request
Comment #2
gtsopour commentedHello dkgiles,
thank you for this feature request. Ι made the necessary changes to Corporate Clean theme color files in order to support separate footer/subfooter links color configuration. I made changes to the following files:
Could you please help me debugging these changes? Finally, i will commit these changes.
You can find attached the new color.zip folder. Just replace your existing one under Corporate Clean theme folder and then clear Drupal's cached data through Administer » Site configuration » Performance » Clear cached data
Thanks
/George
Comment #3
dkgiles commentedHi George,
I've just replaced the files in the zip with my original versions and can confirm this works perfectly. Pure magic :) Happy to do any particular additional testing you may require.
BTW - your response time to this request was phenomenal!
Oh, you might want to check line 6 of colors.css (there's what looks to be a typo in both the current version and the version you updated in the .zip file):
#footer a:hover, #footer li a.active:hover, #footer-bottom a:hover, #foote-bottom li a.active:hover,
(see: #foote-bottom).
Cheers,
Darren.
Comment #4
gtsopour commentedHello dkgiles,
thank you for your answer and for your good words.
You are absolutely right with your mention (line 6 of colors.css). Ι just corrected this issue and also committed all color changes. These changes will be included in next Corporate Clean 7.x-1.5 release (with great thanks to you of course).
dkgiles, Ι would appreciate any help and any color scheme proposal for this new feature http://drupal.org/node/1558426.
Thanks again
/George
Comment #5
dkgiles commentedHi gtsopour,
I'd be happy to contribute a color theme, although I have also created a local.css file with two overrides that contains the following:
/* Change footer h2 heading color */
#footer h2 {color:#024365; }
/* Change link color for top menu */
#header-menu ul.menu li a:hover, #header-menu ul.menu li a.active { color:#0093c5; }
Before adding the color scheme proposal I thought it best to know that I've added these overrides. Up to you, but perhaps worth adding these areas as additional fields into color.inc?
Cheers,
Darren.
Comment #6.0
(not verified) commentedadded more info to make my query clearer
Comment #7
avpaderno