Craft Theme: Modifying Button Opacity on Image Banner

Solved

Craft Theme: Modifying Button Opacity on Image Banner

mandymccoy
Shopify Partner
7 0 0

Hello,

 

I am currently using the Craft theme and I have created a header image banner and incorporated a button. The button currently has a transparent background, and I am trying to modify it so that it displays with no opacity. I would greatly appreciate any guidance or code suggestions that can help me achieve the desired effect on the button. Thank you for any advice or recommendations you can provide. 

 

Site: shop.bymandymccoy.com

Pass: pewtra

Accepted Solution (1)

David_SHT
Globetrotter
605 125 128

This is an accepted solution.

Hi @mandymccoy 

This is David at SalesHunterThemes.

You only need to add the link for the button, then the problem will fixed.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

View solution in original post

Replies 3 (3)

Natasha-Saed
Shopify Partner
466 51 87

Hi,

 

1) Go to online store
2) Edit Code
3) Open your base.css file
4) Paste the following code:

shopify-section-template--20786962858260__b26637c5-c68b-4d52-b162-d3d68343e3f3 .button {opacity: 1 !important;}
}

5) Save.

Let me know if it work by marking it as a solution.

If my solution helped you don't forget to accept it to help others.
===================================================================
And if you really like my support share a cup of coffee with me paypal.me/freemindsint

David_SHT
Globetrotter
605 125 128

This is an accepted solution.

Hi @mandymccoy 

This is David at SalesHunterThemes.

You only need to add the link for the button, then the problem will fixed.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

mandymccoy
Shopify Partner
7 0 0

Thank you so much for your help! 🙂