Hey! How can i delete underline from footer AFTER clicking on the link?
Please help, thank you
@jonathan_p97
Please share your store URL.
@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;
}
You are a legend! Thank you very very much!!
@jonathan_p97 ,
My pleasure.