How to remove underline in Footer

Solved

How to remove underline in Footer

ricky24
Excursionist
60 0 10

How can I remove the underline from this? 

Screenshot 2024-05-13 at 11.41.52 AM.png

Accepted Solution (1)

Vinsinfo
Shopify Partner
427 143 143

This is an accepted solution.

@ricky24 If you looking to remove the underline from the copyright text in the footer, please follow below steps. Let me know whether it is helpful for you.

 

1. From admin, go to "Online Store" -> "Themes".
2. Click "Customize" button from the current theme.
3. Click "Footer" section.
4. Locate "Custom CSS" field and paste the below code as like in the screenshot.

 

.footer__copyright__content a:after {
    display: none;
}

 

Vinsinfo_2-1715670276692.png

 

Result will be like,

Vinsinfo_1-1715669859144.png

 

Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support

View solution in original post

Replies 8 (8)

RBilal
Shopify Partner
19 2 0

can you share your store URL  and the screenshot?

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
email: ahmadbilalrana98@gmail.com
ricky24
Excursionist
60 0 10
RBilal
Shopify Partner
19 2 0

which underline are you talking about in the footer?

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
email: ahmadbilalrana98@gmail.com
ricky24
Excursionist
60 0 10

 Located at the very bottom 

Screenshot 2024-05-13 at 11.52.47 AM.png

RBilal
Shopify Partner
19 2 0

Go into the theme edit code and open the footer.liquid file in that file search for "section_border_bottom" class and remove it.

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
email: ahmadbilalrana98@gmail.com

Made4uo-Ribe
Shopify Partner
8420 2016 2471

Hi @ricky24 

is this solved? 

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
dreamtechzone_5
Shopify Partner
336 1 46

Helo Made4uo-Ribe!

 

I am using shopify inspired theme. How can I add a social share icon? I have added an image. I want to keep the social share icon exactly like this image. Is it possible? Please help me. Thank you.
URL: https://blue-chic-clothes.myshopify.com/products/sexy-women-one-shoulder-long-sleeve-jumpsuit
Password: Admin

dreamtechzone_5_0-1715625537544.png

 

 

Vinsinfo
Shopify Partner
427 143 143

This is an accepted solution.

@ricky24 If you looking to remove the underline from the copyright text in the footer, please follow below steps. Let me know whether it is helpful for you.

 

1. From admin, go to "Online Store" -> "Themes".
2. Click "Customize" button from the current theme.
3. Click "Footer" section.
4. Locate "Custom CSS" field and paste the below code as like in the screenshot.

 

.footer__copyright__content a:after {
    display: none;
}

 

Vinsinfo_2-1715670276692.png

 

Result will be like,

Vinsinfo_1-1715669859144.png

 

Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support