Hello. I am using the Dawn theme and would like to change to black the button border on my image banner.
I managed to change the text color to black and the button background to transparent with the help of reading previous discussions but couldn’t change the border color.
this is the code I am using:
.banner__buttons .button{
color:black !important;
background-color:transparent !important;
-webkit-text-fill-color:black !important
}
