Removing link underlines

Cannot seem to figure out how to remove the link underlines in the the footer. Have tried some CSS with text-decoration: none; for the given class but it was not correct. I would most appreciative of any help you could provide.
URL: https://prod.patrickcomtoisphotography.com/home

Hello,

Thank you for the inquiry.

You can try this css code:

.x-colophon.bottom .x-nav li a {
	text-decoration: none;
}

If you need further assistance with these types of modifications, please check out our One service.

Best regards.

Thank you Ismael. It was the .x-colophon that was throwing me. I see it now. Appreciate your quick response and help.

No problem! Let us know if you have more questions. Have a nice day.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.