How to change quotation mark colour on home page - review

Hi all,

I’ve recently changed the colour of my Search and Cart button from black to white, which also changed the colour of my quotation mark from pink (ec7370) to white.

How can I turn that back to pink?

Thanks in advance!

hello @Liz93

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-quotes .icon.icon-quote {
        fill: #ec7370 !important;
}
1 Like

Hii, @Liz93
Kindly share your store URL so,
I can solve it perfectly.

1 Like

Thank you @Kinjaldavra !

Thank you @Zworthkey , solved!