Shopify themes, liquid, logos, and UX
My solution was what I saw while finding answers for the problem I have:
.button { border: none !important; }
placed it on the base.css file and it did not work.
I also need to change the color of the header "shop-all" button but it doesn't work as well. I go "inspect element" to try to find the class of the element and find that class in the source code but I cannot usually find it. I am still new to playing around with the code but I have dev experience. EDIT: I actually found the header buttons class and was able to customize the CSS but still it's been impossible to remove the borders.
Hello @KevP
Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?
Best regards,
GemPages Support Team
Hi @KevP
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution.
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Hi @KevP
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: none !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Thanks, this worked for me
Came across the same issue. You want to remove the offset of the border in your current button class selector. `border-offset: 0;`
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024