Hi all,
How can I change the colour of my “search” and “cart” icons"?
And also, how ca I center my featured product? It’s just one and not it sits on the left.
Thanks!
Hi all,
How can I change the colour of my “search” and “cart” icons"?
And also, how ca I center my featured product? It’s just one and not it sits on the left.
Thanks!
hello @Liz93
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
Go to your Online Store->Theme->Edit code then go to assets/base.css->The following code should be pasted at the bottom of the file.
.site-header__icons-wrapper .site-header__icon {
color: white;
}
li.grid__item.grid__item--1633498346f52ccd8e.medium-up--one-half {
text-align: center;
margin-left: 270px;
}
Thank You.
.template-index .icon {fill: #fff !important;}
Thanks!
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.
.template-index .icon {fill: #ffffff !important;}
Thank you @dmwwebartisan , very useful!
Thanks @Kinjaldavra , that was helpful! ![]()
That also changed my quotation marks to white ![]()
How can I turn them back to pink? (#ec7370)
Thanks ![]()
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;
}
Thank you @Kinjaldavra , very helpful!