I am using the Dawn theme and removed the text container on the image banner and some of the text changed to white. I’d like to change the text and button color to #524e49.
Please post your store url and where exactly the issue is
At the top of the home page
Head over to go to customize and then scroll down to theme settings, next you go to the colors section. You should find the option to change all colors on your theme.
If you’re unable to still figure it out, add me to your store as staff and I’ll check it out
Please add below css in bottom of assets/base.css file
.banner__buttons a.button {
background: #524e49;
}
.banner__text span {
color: #524e49;
}
Thank you.
Hi Eden. I have the same theme and am trying to get my logo centered just like yours, with the menu to the left. I cannot seem to find the option anywhere. Did you code it in?
Hi, I tried this. It changed the colour of the button, but not the text. Any advice for code to change image banner text heading and description?
