Home Forums WoodMart support forum How to change style on forms

How to change style on forms

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #254808

    oscaregc
    Participant

    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.
    #254853

    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.

    #254955

    oscaregc
    Participant
    #255008

    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.

Viewing 4 posts - 1 through 4 (of 4 total)