Change form font color to black

Solved

Change form font color to black

Luxluxlux360
Tourist
14 0 2

Hi,

 

I want to change the form font to black it’s now like a grey color. the  font that says full name, Company name etc.

My site is https://lux360.net

 

4C090A8C-EE2A-4F0A-BD0D-FC82F70807EC.png
Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
10080 2005 2056

This is an accepted solution.

Hi @Luxluxlux360 

You can add this code to Custom CSS in Online Store > Themes > Customize > Them settings to change them to black.

.section-contact input::placeholder { color: #000; }

Screenshot_1.jpg

- Helpful? Like and Accept solution! OR Buy me coffee ❤️
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
10080 2005 2056

This is an accepted solution.

Hi @Luxluxlux360 

You can add this code to Custom CSS in Online Store > Themes > Customize > Them settings to change them to black.

.section-contact input::placeholder { color: #000; }

Screenshot_1.jpg

- Helpful? Like and Accept solution! OR Buy me coffee ❤️
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Tech_Coding
Shopify Partner
384 106 90

Hello @Luxluxlux360 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  #contact-us-page input::placeholder, .float__wrapper textarea::placeholder {
      color: #000 !important;
  }
</style>

Tech_Coding_0-1730007193646.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.