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!
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;
}
Hii, @Liz93
Kindly share your store URL so,
I can solve it perfectly.
Thank you @Kinjaldavra !
Thank you @Zworthkey , solved!