Can't See Text on Homepage Button (How do I change the colour)

Hi Everyone!

We have just added a button to our homepage as you can see below;

You can’t see the text on the button unless you hover over it. How can I change the colour for just this one element on the site?

Any assistance would be greatly appreciated.

https://doggyboxdelivery.co.uk

Hi @DoggyBox , Let’s fix this within 5 seconds. Go to the assets/theme.scss file and paste the following css below.

a.btn.hero__btn {
    color: #fff !important;
}

Result

Thanks and let me know, if there is anything else you want.