How to change style on forms
-
Can you’ll me to change style on forms, like color of line, color of background etc.
I can only change form 1 to 2 pixels and to be round square etc. the options from the theme but i want to change backround color as well
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please provide the URL of the product to check it myself and help you out accordingly.
Regards.
Xtemos Studios.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wapf-field-input input {
background: cyan;
color: red;
border-color: black;
}
Best Regards.