Chaos8
August 27, 2020, 4:59am
1
Hi Everyone,
I need help with changing the colour of the buttons for the contact and login pages, I’ve managed to change all the other button colours but I can’t seem to find a solution for these. Seems to be different for the forms.
Any direction or advice will be greatly appreciated, thank you.
Hey @Chaos8
I read your description. Can you please provide me your webshop URL?
I will check and provide you solution here.
Thanks!
Chaos8
August 27, 2020, 5:46am
3
Thanks for your prompt reply.
URL: https://chaoswine.com.au/
Hey @Chaos8
Try this CSS class.
Add code assets/theme.scss.liquid Or assets/timber.scss.liquid bottom of the file
#contact_form .btn {color: #f3a29; background:#fff; border: 2px solid #f3a293;}
#account .btn {color: #f3a29; background:#fff; border: 2px solid #f3a293;}
#create-account .btn {color: #f3a29; background:#fff; border: 2px solid #f3a293;}
Hope this will work for you.
Thanks!
1 Like
Chaos8
August 27, 2020, 6:07am
5
Thank you so much, although how do I match the text colour to #f3a29 it is currently white and doesn’t stand out from the background
1 Like
Hey @Chaos8
Try this CSS class.
Add code assets/theme.scss.liquid Or assets/timber.scss.liquid bottom of the file
button, input[type="submit"] {color: #f3a29;}
Hope this will work for you.
Thanks!
1 Like
Chaos8
August 27, 2020, 6:15am
7
Thank you so much Works perfectly
1 Like