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.
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.
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
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!
Hi @BBM ,
Seems the link didn’t carry over, can you share it again?
Hello,
Here you go:
https://bowerbirdmart.com
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!
Hello JHK,
It worked perfectly! Thank you so, so much ![]()
Fantastic! Don’t forget to Mark As Solution & Like to make the answer more visible to the community, Cheers!