Hi
Can’t find anywhere how to remove the border of my slideshow button.
Anyone here can help me?
Hi
Can’t find anywhere how to remove the border of my slideshow button.
Anyone here can help me?
Hi @Ell_Soll
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file → Save
.button:after {
box-shadow: unset !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Hello @Ell_Soll
It’s GemPages support team and glad to support you today.
You can follow these steps:
.banner__buttons .button:after{
box-shadow: none;
}
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Perfect.
Thanks a lot!