Hi folks,

i use this great theme and have it colorized to an orange style.

Where in the CSS files can i found the color-value for the search-field to change them?

TIA

Comments

shruti.sheth’s picture

Hello,
I hope my answer helps out to solve this issue. I tried the following,
In order to give color-value to search-field we can simply give the following css in graphics.css file of the theme.

 #edit-search-block-form-1 {
  background: #ff0000;
}

Instead of #ff0000 any other color can be given in the above code.

Thanks.

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.