Hi - I have two issues that I have scoured the community for and cannot find answers that work!
1 - background of header logo is greyed background which appeared suddenly and I dont know how I did it!
2 - my socials are both pink SVGs when I want them to be white
HELP if much appreciated as I am going mad!
Thanks!
Hi, @EMROBREN
The store is password locked.
There is no field to add the password on the password page.
I am sorry I do not know how to get this to display. We had someone set it up for us…
I have opened the website to receive help, thank-you
Hi @EMROBREN ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.css->paste below code at the bottom of the file:
.site-header__logo img {
background: #e5ddd0 !important;
}
.site-footer .social-icons__link path {
fill: #fff !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.