Removing the Container around the "SHOP NOW" button

Hello,

i was wondering how i can remove the black container around the “shop now” button

thx for every answer in advance :heart:

Hi @sixdreamz ,

Could you please share your store URL and password (if enabled) so that I can help you

first of all thx for helping

url is: https://sixdreamz.com

Hi @sixdreamz ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Best regards,

Anthony

Hi @sixdreamz

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:
.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
    background: transparent;
}
  • And Save.

I hope it help.

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