Shopify themes, liquid, logos, and UX
I need help ASAP. This button I created has a black border, outline or shadow that I can't get rid of. I've tried everything I found already online but I might've done it wrong, so I'm open to any suggestions.
Web: fredautoparts.com
Liquid:
<a href="#" class="order-btn button">Place Order</a>
CSS:
a.order-btn.button {
position: fixed;
display: inline-block;
right: 15px;
top: 90%;
border-radius: 28px;
font-family: Arial;
color: #000000;
font-size: 14px;
background: #f9dd33;
padding: 10px 30px 10px 30px;
margin-top: 20px;
font-size: 20px;
font-weight: medium;
z-index: 999;
}
a.order-btn.button:hover {
color: #ffffff;
background: #1890ff;
text-decoration: none;
}
Solved! Go to the solution
This is an accepted solution.
Check this one.
a.order-btn.button:before, a.order-btn.button:after {
box-shadow: none !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Check this one.
a.order-btn.button:before, a.order-btn.button:after {
box-shadow: none !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Wow. Thank you so much! You're a life saver.
Hello @Fredautoparts ,
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>add this code at the bottom of the file.
a.order-btn.button:after {
box-shadow: none !important;
}
iCart Cart Drawer Cart Upsell App
Hello @Fredautoparts ,
You can try this code: it will be helpful to you.
Go to the Online Store->Theme->Edit code->Assets->base.css>add this code at the bottom of the file.
a.order-btn.button:after {
box-shadow: none !important;
}
iCart Cart Drawer Cart Upsell App
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025