Box colors
-
Hi
I use Cforms2 as a plugin and the submit button is rendering in the green default color. It uses the CSS class input[type=”submit”].
This class is coded in options-css.php as:
if (!empty($evolve_button_color_2)) {
$evolve_button_color_2_border = mb_substr($evolve_button_color_2, 1);
$evolve_css_data .= ‘
a.more-link,
input[type=”submit”],
button,
.button,
input#submit,
span.more a {
background:’ . $evolve_button_color_2 . ‘;
border-color:#’ . evolve_hexDarker($evolve_button_color_2_border) . ‘
}
‘;
}However $evolve_button_color_2 cannot be configured anywhere in the Redux framework. Neither does it appear anywhere else in the code.
Any idea on how to solve it without CSS?
Thanks
The topic ‘Box colors’ is closed to new replies.
