How can I change text color from white to gray in Studio theme?

Topic summary

A user needs help changing text color from white to gray for field box labels in background sections using the free Studio theme.

Two solutions were provided:

Solution 1 (GemPages):

  • Navigate to Online Store > Theme > Edit code
  • Open theme.liquid file
  • Paste provided code before the </head> tag

Solution 2 (PageFly-Victor):

  • Go to Online Store > Theme > Edit code
  • Search for base.css file
  • Add CSS at bottom of file:
.field__label label {
  color: #ea0808 !important;
}
  • Save the file

Both responses include screenshots demonstrating the steps. The discussion remains open with no confirmation from the original poster about which solution worked.

Summarized with AI on November 25. AI used: claude-sonnet-4-5-20250929.

Hi there,

I need some help with gettign this field box to show the text as gray, rather than white for these background 2 sections. Can anyone help me here please?

Just using free ‘Studio’ theme :slightly_smiling_face:

Thank you!

Link: https://7v0bgxslmbv3zapb-25148981297.shopifypreview.com

1 Like

Hello @kirsten11123 ,

I would like to give you a recommendation to support you:

  1. Go to Online Store > Theme > Edit code

  1. Open your theme.liquid theme file

  2. Paste the below code before


For example,

If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team

Hi @kirsten11123 ,

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file → Save

label.field__label {

    color: #ae8080 !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly