I want to change the colour of the quick link pages for my shopify and cant seem to get it to work. I have somehow edited in the past but it’s the incorrect colour and I cant work out how to update it. I want it to be in the #F3F3F3 colour. - link is louloushop.com.au and the password is rtaiyu -
In your Shopify admin, navigate to “Online Store” under Sales Channels. Click the three dots next to the theme you wish to edit, then select “Edit Code”.
Next you can find Main.css/theme.css/base.css/style.css(it will be based on your theme file)
Add this CSS code:
.header__menu-item {
color: #F3F3F3;
}
Please note that the background and font colors are the same now, and we can’t read the menus. So please replace the color code #f3f3f3 with a readable color.
If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!