Changing the "Follow on Shop" button color (Dawn 11.0)

Hello,

I am using Dawn version 11.0 and I would like to change the “Follow on Shop” button color.

From

![Screen Shot 2023-10-23 at 4.16.44 PM.png|194x68](upload://gVk9aJDar4FDU5EgjvqRw5lXPKz.png)

To

![Screen Shot 2023-10-23 at 4.17.05 PM.png|193x58](upload://jhf8CkkTX1uHdqFNhOuI2Xkt5eN.png)

Using inspect, the code is

.follow-icon-wrapper:before {
background: #5433EB;
}

However, I am not finding this code in base.css or section-footer.css.

I tried writing the following code into base.css and section-footer.css but no changes are made:

.follow-icon-wrapper:before {
background: white !important;
}

In section-footer.css the following code is found:
.footer__follow-on-shop {
display: flex;
text-align: center;
color: white;
}
When I change it to the following:
.footer__follow-on-shop {
display: flex;
text-align: center;
color: white;
background: white; (ultimately, I want it to be transparent but I am just trying to find where the code is to make the change)
}

It only changes the color behind the button (as shown below):

Screen Shot 2023-10-23 at 4.09.40 PM.png

Any further suggestions would be so greatly appreciated.
Thank you!

Hi @jj3j

Could you share your store link?