Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Newsletter Section Font Color / Theme: IRA

Solved

Newsletter Section Font Color / Theme: IRA

BH-Creative
Tourist
8 0 4

Any ideas? I'm trying to update the font color in my Newsletter section. I was able to update the background photo the way I want it but can't seem to get the colors to change so it's unreadable:

Screen Shot 2021-09-24 at 11.37.35 AM.png

Here's what I have right now:

div#shopify-section-16267106060c3141e0 {
background-image: url("https://cdn.shopify.com/s/files/1/0586/5413/0363/t/3/assets/EWA_11305_Website_1_Home_7_eNews.jpg");
background-repeat: no-repeat;
background-size: 100%;
padding-top: 25px;
padding-bottom: 25px;
color: white

Store info:

https://emerald-water-anglers.myshopify.com/password

PW: Yakima

Accepted Solution (1)

Nick_Marketing
Shopify Partner
1487 336 465

This is an accepted solution.

Hi!

Just add this code to the bottom of index.css

.ff-heading.fs-heading-base.c-heading {
  color:#fff;
}
Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 4 (4)

Nick_Marketing
Shopify Partner
1487 336 465

This is an accepted solution.

Hi!

Just add this code to the bottom of index.css

.ff-heading.fs-heading-base.c-heading {
  color:#fff;
}
Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
BH-Creative
Tourist
8 0 4

That worked beautifully, thank you! Can you help me with the same issue for the form input? I tried this:

 

newsletter__subheading fs-body-base {
  color:#fff;
}

 

based on your previous suggestion and I must have the class wrong? 

BH-Creative
Tourist
8 0 4

For anyone that finds this, the solution for changing the input field color is:

 

 .input.newsletter__input  {
  color:#fff;
}
Danny04099
Tourist
11 0 1

I can't seem to find index.css is there another ?