How to remove underline from footer, it needs coding.

Does anyone encounter this problem I am having now? The underline can not be removed unless coding. And how to do it? I have them link to different pages.

Thanks a lot.

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.footer-link {
text-decoration: none;
}

Hey @Frankey1125
Kindly share your Store URL and Password if enabled

Hi I just tried. But still no use.

Thanks for your help!

Any insights?

Hello @Frankey1125

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
a.link.link--text.list-menu__item.list-menu__item--link {
text-decoration: none;
}

Hello @Frankey1125

Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.

Can you provide the store URL?