Solved

Help: How to remove the grey line

CvanHoof
Tourist
5 0 4

How can I remove the grey line under the pink 'shopping cart' button? I would like the text to start closer to the pink button. I use the Venue theme. Thanks a lot!

 

Schermafbeelding 2021-09-26 om 22.40.34.png

Accepted Solution (1)
KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@CvanHoof 

thanks for URL can you please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.

.product-single--minimal .product-single__price {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.product-single--minimal .product-single__content-text {
    border-top: none;
    padding-top: 0;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 8 (8)

Nick_Marketing
Shopify Partner
1487 336 462

Try adding this code to the bottom of theme.css

 

.product-single--minimal .product-single__content-text{
  border-top: 0;
  padding-top: 20px;
}

 

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
CvanHoof
Tourist
5 0 4

Unfortunately, that didn't work but thanks anyway!

dmwwebartisan
Shopify Partner
12282 2546 3694

@CvanHoof 

Please provide your store URL.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

KetanKumar
Shopify Partner
36839 3635 11972

@CvanHoof 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
CvanHoof
Tourist
5 0 4

Hi @KetanKumar 

Thanks for your message. My shop isn't live yet but here is a preview link https://272hjwzvz1331bsx-57195561144.shopifypreview.com

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@CvanHoof 

thanks for URL can you please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.

.product-single--minimal .product-single__price {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.product-single--minimal .product-single__content-text {
    border-top: none;
    padding-top: 0;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
CvanHoof
Tourist
5 0 4

This works!! Thank you so much!