Make the button opacity lower but not the text in it

Hi, i think the title explains it very well.

I want the button to be 0.6 opacity like it is now, if not hovered but the text should be 1.0 always.

https://myecomagent.com/
PW: 2023

Greetings

Hi @MyEcomAgent

I have this one.

The text are conflict with the white color line. So its unreadable.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.banner__buttons {
    background-color: rgba(0, 0, 0, 0.2);
}
  • And Save.

This is perfect thank you

1 Like