hello
i am struggling to work out how to change the colour on the “shop now” call to action button on my home page on the dawn theme. would like to change it to #66655E it is currently transparent on the back ground imagine
my website URL https://thebeautylab.org.uk/
Hello @thebeautylab ,
It’s the GemPages Support Team and we are glad to assist you today!
I would like to give you the recommendation to support you so kindly follow the steps below:
- Go to Online Store > Theme > Edit code of your current theme
-
Open your theme.liquid theme file
-
Paste the below code before
Let us know how it works for you.
Best regards,
GemPages Support Team
@thebeautylab Go to assetes/base.css and paste be
.button, .button-label, .shopify-challenge__button, .customer button
{background-color: #66655E !important!;}
low css at bottom of file.
yes that has worked. thank you very much!
1 Like
I am glad that my solution is helpful to you.
Best regards,
GemPages Support Team