Hello.
I’m building my store but I have a question.
I can’t find the option to change the colour of this Pink background on my store.
How can I change it please?
Thanks!
Hello.
I’m building my store but I have a question.
I can’t find the option to change the colour of this Pink background on my store.
How can I change it please?
Thanks!
Hi Nickahola,
Hope you are well.
The background color of the product header can be changed using css.
Follow the below steps:
.breadcrumb {
background: #8BBFED;
}
*Replace the hex code with the hex code of the color you want. Please check https://htmlcolorcodes.com/color-picker/
Hope that helps.
Thanks
Thank you so much! That worked! I have learnt something new!