How can I change the border and button color to green?

Ive got a quick question. How would I change only the colour of the border and button to green without impacting the background or text??

Thanks!!

Hi @Khaleed
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.

heres the URL,

https://glider-cutter.myshopify.com/

password: cheala

Thanks!

Hi @Khaleed
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.slideshow__text.banner__box{
border-color: green!important;
}
.banner__buttons .button {
border: 1px solid;
  border-color: green !important;

}

Yep that worked but how would I also get it for my “image with text” Sections and multicolumn section?

Thanks!!

and also for my featured product section? :slightly_smiling_face:

Thanks!

Hi @Khaleed
To make change for the other sections, it require to change a lot of code in your theme.
In this case you need to hire an expert, they will help you check all of them and fix that.