Solved

How to change the color of one block of text in the Footer (I have 4 blocks)

BBM
New Member
4 0 0

Hello,

I have four blocks in my footer and need to change the color of the text of only one block. Can anyone please guide me how to do this? Your help is much appreciated.

Accepted Solution (1)
JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

There you go, please add it to your theme.scss file:

#shopify-section-footer > footer > div > div:nth-child(1) > div:nth-child(5) {
    color: #FFFFFF;
}


That should solve it, let me know!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com

View solution in original post

Replies 7 (7)

JHKCreate
Shopify Expert
3571 639 916

Hello,

 

We can definitely help! 

 

We will please need the Link  to your shop, visual description and color code and we'll provide the solution

 

Thanks

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
BBM
New Member
4 0 0
Thank you JHK.

This is the link: Store
It's the Supply Theme. My mistake, I mentioned 4 blocks in the Footer in my
message from earlier. It's actually Five. I need to change the Text Color
of the 5th Block - The one on the extreme right of the Footer.

I would like to experiment with different text colors for this particular
block, so please give me a code for white itself (#ffffff) and I will
change it to the color of my choice.

Thank you very much for your help!
JHKCreate
Shopify Expert
3571 639 916

Hi @BBM ,

Seems the link didn't carry over, can you share it again?

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
BBM
New Member
4 0 0
Hello,

Here you go:
https://bowerbirdmart.com
JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

There you go, please add it to your theme.scss file:

#shopify-section-footer > footer > div > div:nth-child(1) > div:nth-child(5) {
    color: #FFFFFF;
}


That should solve it, let me know!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
BBM
New Member
4 0 0
Hello JHK,
It worked perfectly! Thank you so, so much 🙂
JHKCreate
Shopify Expert
3571 639 916

Fantastic! Don't forget to Mark As Solution & Like to make the answer more visible to the community, Cheers!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com