Support Team
posted this
07 April 2015
Hello
Unfortunately I cant' access your website.
The problem is that your theme has quite light text color settings. This form is using post content font settings including color.
Unfortunately Themler does not have separate option to style this form. So you can either change general Label color under Styles or add custom css to the theme Settings >> Additional CSS:
ul.payment_methods
{
color: #333;
}
This should help.
Please keep us posted about the progress.
Thank you,
Olivia
Hello
Unfortunately I cant' access your website.
The problem is that your theme has quite light text color settings. This form is using post content font settings including color.
Unfortunately Themler does not have separate option to style this form. So you can either change general Label color under Styles or add custom css to the theme **Settings** >> **Additional CSS**:
<pre>ul.payment_methods
{
color: #333;
}</pre>
This should help.
Please keep us posted about the progress.
Thank you,
Olivia