Hello,
If I change template style on "coffee" (for example) it is impossible to write into the cells of contact (like: name, e-mail etc). Something
wrong is happens with characters. They change colour for white. Can you help me, please? Its happens in my sit and in demo in your service.
PS
AS Templates
POSTED: 2014-12-15
Hello EICSADMIN,
What is your site url please, we have to see this issue.
Regards, AS Team.
eicsadmin
POSTED: 2014-12-16
Hello,
My site url is: www.lacave.pl
Regards, PS
AS Templates
POSTED: 2014-12-16
Hello EICSADMIN,
Thank You for noticing about this issue, it will be fixed in the next release, currently the font color you can change by removing color property from the following class in the style.coffee.css file (line 45), or you can change it with another color:
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
If I change template style on "coffee" (for example) it is impossible to write into the cells of contact (like: name, e-mail etc). Something
wrong is happens with characters. They change colour for white. Can you help me, please? Its happens in my sit and in demo in your service.
PS
What is your site url please, we have to see this issue.
Regards, AS Team.
My site url is: www.lacave.pl
Regards, PS
Thank You for noticing about this issue, it will be fixed in the next release, currently the font color you can change by removing color property from the following class in the style.coffee.css file (line 45), or you can change it with another color:
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input
{
background-color: #f7f7f7;
border: 1px solid #d4d4d4;
color: #fff;
}
Regards, AS Team.
Regards, PS