Change forms format

Hello!

I would like to change the way my forms look. For example, the checkout and login pages. The fields for entering information are a very light grey and I want to make them more evident. Where do I do that?

Thanks in advance!

Hi @vmjarala,

I hope you are well today and thank you for your question.

We can achieve this by developing custom CSS code.

Could you please share me the page URL from your site where it is displaying so that i can help you to develop custom CSS code?

Kind Regards,
Movin

Thank you!

I was thinking of custom CSS, just not sure what to call those form fields or where to put it.

Here are the pages that I want the change applied to:

http://www.goodoldboat.org/my-account/
http://www.goodoldboat.org/cart/ (the box to enter the zip code)
http://www.goodoldboat.org/checkout/
(All the boxes in the checkout page.)

Thanks again!!

You can try making them more evident this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

#page input[type="text"],
#page input[type="email"],
#page input[type="tel"],
#page input[type="url"],
#page input[type="password"],
#page input[type="search"],
#page textarea {
border-color: #000;
}

Thanks so much!
Have a great day!

You are most welcome here :slight_smile: