the button background of Banner want to be transparent

2 Likes

Hi @Jim_65

Can you kindly share your store URL direct to the page contains these buttons therefore I can figure out problems

This is Richard from PageFly - Shopify Page Builder App

Hi @Jim_65 Please check image here, please disable option Show container on desktop":

Hope my solution will help you resolve the issue.

Best regards,

Richard | PageFly

1 Like

Hi @Jim_65 ,

To make the button background transparent, you need to add another set of CSS code to you asset/bace.css.

  1. Online Store → Themes → “…” → Edit Code

  2. In Edit Code → “assets” directory → “bace.css” file.

  3. Open the base.css file and add the following code at the end of the file:

.banner__box.content-container.gradient {
    background: transparent !important;
    background-image: none !important;
}
  1. Save the file and reload your website.

NB: If this doesn’t work, you might need to inter change the class name based on your theme version and section.

I hope this helps! If it does, please like it and mark it as a solution!

If you need further assistance, feel free to reach out!

Regards,

Sweans

1 Like

thank you

1 Like

Thanks you, Have a nice day !