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
Hi @Jim_65 ,
To make the button background transparent, you need to add another set of CSS code to you asset/bace.css.
-
Online Store → Themes → “…” → Edit Code
-
In Edit Code → “assets” directory → “bace.css” file.
-
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;
}
- 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
thank you
Thanks you, Have a nice day !