Last weekend I ordered the template "AS 002031". Using the contact form on my own website, I can not read the font (white writing on a white background). How can I change the font color in the contact form? I ask for an answer. Thank you.
AS Templates
POSTED: 2018-05-22
Hello MARKO75,
In the '/templates/as002031/css/style.royal.css' file in the following class (line 44), please change 'color' property to #111, or any other you want:
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
In the '/templates/as002031/css/style.royal.css' file in the following class (line 44), please change 'color' property to #111, or any other you want:
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;
-webkit-box-shadow: 0px 1px 0px #CCCCC;
-moz-box-shadow: 0px 1px 0px #CCCCC;
box-shadow: 0px 1px 0px #CCCCC;
color: #fff;
}
Regards, AS Team.