changing colors of "comment" button
-
hi folks,
i’m using version 1.344 of the raindrops theme with the “dark” layout and i’d like to generate a child theme with (totally) different colors.
i managed to change most of the elements using css. but the comment button won’t change at all. i tried:
.widget_calendar #today a, .widget_calendar #today, a.raindrops-comment-link em, .wp-caption { background: -webkit-gradient(linear, left top, left bottom, from(#ffce86), to(#fff)) !important; background: -moz-linear-gradient(top, #ffce86, #fff) !important; }
my second question would be: i saw that the theme is using a color palette in the lib/csscolor.css.php file. but i couldn’t find where the colors are defined. i think it would’ve been much easier to change the base colors of the theme instead of changing every item separately in the css. where can i find the definition of the colors?
thanks in advance.
-narf
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘changing colors of "comment" button’ is closed to new replies.