How can I remove underlining from a text link in the footer?

Solved

How can I remove underlining from a text link in the footer?

YordanB
Excursionist
37 1 4

Hello, can somebody help me with removing the underline from text with link. 

The text is in the footer. 

Screenshot 2024-01-22 at 12.10.32 PM.png

 

 

This is a preview to my website: https://m4xlz33czkt8hp1n-68850549019.shopifypreview.com

Accepted Solution (1)

PageFly-Oliver
Shopify Partner
878 190 181

This is an accepted solution.

Hi @YordanB ,

 

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>
footer *{
text-decoration:none !important
}
</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.

View solution in original post

Replies 3 (3)

Liquid_xPert_SJ
Shopify Partner
1200 130 172

Hi @YordanB 

 

Please add this code into your theme.css file at the end of the code and hit save

- Online Theme

- Edit Code

- Find the theme.css file from the theme files.

- Paste the code and hit save.

footer.site-footer .grid__item a {
border: none;
}

 

Thanks

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂

PageFly-Oliver
Shopify Partner
878 190 181

This is an accepted solution.

Hi @YordanB ,

 

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>
footer *{
text-decoration:none !important
}
</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.

Anshul_arora
Navigator
453 128 98

Hello @YordanB ,

I understand you are looking to remove underline from the text or page link listed in the footer.

You have to just remove one property from the css class you have already added in the footer file.

Steps -:

1. Go to Online Store -> Themes-> Edit code.

2. Now search for the Footer.css or .css file and open it.

3. Next, find the " .collapsible-content__inner p a " class and remove the below mentioned property

border-bottom: 2px solid;

=> https://prnt.sc/YZUKJwshvTMf

4. Save changes.

I hope this helps.

Please let me know if you have any query.

Thank you.

 

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here