Dawn 2.0 "view store information" button on product page transparent

Hi,

Ive just updated the Dawn 2.0 theme on my shopify store to the latest version.

On the product page below add to cart there is a button for 'view store information" , when this is pressed it brings the information up but with a transparent background which makes it hard to read, can someone help me to change this section to white background?

Thanks

1 Like

Hi @GraceandGrayson

Would you mind to share your Store URL website? with password if its protected. Thanks!

1 Like

Hi, the store is www.graceandgrayson.co.uk

Thanks

1 Like

Thank you for information. Try this one.

  • 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:
pickup-availability-drawer.gradient {
    background: white;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Thats prefect thanks for you fast help!