What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I insert a black line between two items?

How can I insert a black line between two items?

ZephyrShop
Excursionist
53 0 6

How to add black line between these two

Screenshot from 2024-03-20 23-08-51.png

https://zephyrshop.org/products/neon-animated-vehicle-leds

Replies 2 (2)

PageFly-Oliver
Shopify Partner
878 190 184

Hi @ZephyrShop ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
[data-type="add-to-cart-form"]{
border-bottom: solid 4px;
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Dan-From-Ryviu
Shopify Partner
10295 2043 2114

Hi @ZephyrShop 

 

You can do that by adding this code below to your theme.liquid file, after <head> in Online Store > Themes > Edit code 

 

<style>
.product__info-container .product-form {
border-bottom: 2px solid #000;
}
</style>

 

Screenshot 2024-03-21 at 10.11.12.png

Best Regards,

Dan from Ryviu

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.