Solved

Remove underline from footer, after clicking on the link

jonathan_p97
Tourist
5 0 1

Hey! How can i delete underline from footer AFTER clicking on the link? 

Please help, thank you 

 

84896a6e-d735-4484-a68a-d311b34f750e.jpg

Accepted Solution (1)
Muhammad_Ali_S
Shopify Partner
664 121 183

This is an accepted solution.

@jonathan_p97 
Add this code at the bottom of your base.css file.

.footer-block__details-content .list-menu__item--active {
   text-decoration: none !important;
}

 

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142

View solution in original post

Replies 4 (4)

Muhammad_Ali_S
Shopify Partner
664 121 183

@jonathan_p97 
Please share your store URL.

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142
Muhammad_Ali_S
Shopify Partner
664 121 183

This is an accepted solution.

@jonathan_p97 
Add this code at the bottom of your base.css file.

.footer-block__details-content .list-menu__item--active {
   text-decoration: none !important;
}

 

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142
jonathan_p97
Tourist
5 0 1

You are a legend! Thank you very very much!!

Muhammad_Ali_S
Shopify Partner
664 121 183

@jonathan_p97,
My pleasure. 

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142