Hello,
On my home page the button text in the promotion grid section (after hero image) is white instead of the colour I have for button text site wide.
any help to change this would be great.
many thanks,
Amy
Hello,
On my home page the button text in the promotion grid section (after hero image) is white instead of the colour I have for button text site wide.
any help to change this would be great.
many thanks,
Amy
You can solve it by adding this code in Custom CSS of that section in Online Store > Themes > Customize
.btn {
color: #c6a871;
}