I need to change the transparent button on slideshows to a solid button - Dawn Theme

Hello!

I would like to change the button on the slideshow to a solid button, it is kind of transparent right now. For reference i have attached a picture. I have tried adjusting opacity, but it is not working.

You guy’s help will be much appreciated!

https://hamzaalisiddiqi.myshopify.com/

Password: Perforation72!

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

.banner__buttons .button {
opacity: 1;
}

This worked for me on desktop but the mobile button is still transparent. Any thoughts?