I want to add a border to my buttons on the fashionopolism theme
i want a transparent background button with a white border
how could i do this please
I want to add a border to my buttons on the fashionopolism theme
i want a transparent background button with a white border
how could i do this please
Hello There,
Please share your store URL and Screenshot.
So that I will check and let you know the exact solution here.
Hi @Elliot7 ,
If your familiar with the code you just add on the the style.
Example:
.button {
border: 1px solid white;
}
And if your not familiar with it would you mind to share your URL website with password?
Thanks!
Hello There,
In your Shopify Admin go to online store > themes > actions > edit code
Find Asset >stylesheet.css and paste this at the bottom of the file:
.slideshow__btn-wrapper .button {
background-color: transparent;
border: 1px solid white;
color: white;
}
.caption__btn-wrapper .button {
background-color: transparent;
border: 1px solid white;
color: white;
}
Thank you so much!
Absolute legend!
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.