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

Solved

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

cthekey
New Member
10 0 0

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!Please see the shop now button!Please see the shop now button!

Accepted Solution (1)

ExpertRookie
Shopify Partner
1518 249 325

This is an accepted solution.

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;
}
- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.

View solution in original post

Replies 2 (2)

ExpertRookie
Shopify Partner
1518 249 325

This is an accepted solution.

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;
}
- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.
RADCO
Visitor
1 0 0

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