Solved

How do I remove the underline from SOME links in the cart page?

jypwax
Tourist
5 0 1

Pardon me if it's a silly question but as someone who doesn't code, I can't seem to find the solution to this. Screenshot below shows my cart page and the 2 links that I want the underline to be removed from (colour is ok). Thanks in advance to anyone who can help me with this!

shopify screenshot cart page.jpg

 

Accepted Solution (1)
Ajay-app-dev
Shopify Partner
178 16 14

This is an accepted solution.

Hi @jypwax , 

Let's fix this issue within 5 seconds. Go to the Online Stores> Themes > Edit code > Theme.css or Theme.scss and paste the code. Have a look, the issue got fixed, and let me know, if you still face any problem 

 

div#shopify-section-cart-template a {
 border-bottom: 0px !important;
}

 

Try Essentialwolf Upsell & Cross Sell (★★★★★ 5+ star) App

- Was your question answered? Mark it as an Accepted Solution
- Learn more about us at www.essentialwolf.com

View solution in original post

Replies 9 (9)

eComInsider
Shopify Partner
156 16 36

please kindly provide store URL

➡️ Exclusive offer - Shopify Trial at $1/month


➡️ Shopify Blogs (Q&A)

➡️ Your;Coffee Tip: my code = a perfect blend!

Opinew
Shopify Partner
61 4 24

Hi @jypwax,

We would love to help you! Please share your store URL so we can check and fix the issue for you.

Thank you !

Opinew | Sync Amazon, eBay & AliExpress Reviews in 1-Click For Shopify Stores.
- Get to know us: Website | LinkedIn | Twitter | Facebook | Youtube
- Powered by Shop Circle
Kinjaldavra
Shopify Partner
2302 570 1423

hello @jypwax 

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Hardik29418
Shopify Partner
2913 419 1081

Hello, @jypwax 

Welcome to the Shopify Community.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
jypwax
Tourist
5 0 1

Hi all, thanks for responding. My website is www.jypwax.com pw protected with "pawlli" (without the quotation marks)

Ajay-app-dev
Shopify Partner
178 16 14

This is an accepted solution.

Hi @jypwax , 

Let's fix this issue within 5 seconds. Go to the Online Stores> Themes > Edit code > Theme.css or Theme.scss and paste the code. Have a look, the issue got fixed, and let me know, if you still face any problem 

 

div#shopify-section-cart-template a {
 border-bottom: 0px !important;
}

 

Try Essentialwolf Upsell & Cross Sell (★★★★★ 5+ star) App

- Was your question answered? Mark it as an Accepted Solution
- Learn more about us at www.essentialwolf.com
jypwax
Tourist
5 0 1

@Ajay-app-dev Where should I paste this in theme.css? Just all the way right at the bottom?

Ajay-app-dev
Shopify Partner
178 16 14

Yes 

Try Essentialwolf Upsell & Cross Sell (★★★★★ 5+ star) App

- Was your question answered? Mark it as an Accepted Solution
- Learn more about us at www.essentialwolf.com
jypwax
Tourist
5 0 1

@Ajay-app-dev It works perfect thank you so much! I have accepted your reply as solution