-
Johnson
Hi,
How do i make the five links on the footer element to get underlined in white on hover.
Your help is very much appreciated.
Best regards.
Johnson
-
David
Hi there,
if its just the footer navigation links you want to style, then add this CSS to your site:
footer .wp-block-navigation-item__content { text-decoration: none; } footer .wp-block-navigation-item__content:hover { text-decoration: underline; }
Otherwise, you can format ALL Links on the site to show an underline on Hover in:
Customiser > General -> Underline Links and set the property to Hover.
By default a links underline color will match the link text color -
Johnson
Hey David,
Thank you for the details. The CSS worked.Much appreciated.
Best regards.
Johnson. -
David
You’re welcome!
- You must be logged in to reply to this topic.