Change form font color to black

Solved

Change form font color to black

Luxluxlux360
Excursionist
31 0 7

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
11522 2255 2436

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 & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
11522 2255 2436

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 & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Tech_Coding
Shopify Partner
514 132 131

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.