Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Footer layout

  • 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

  • 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

  • Hey David,
    Thank you for the details. The CSS worked.

    Much appreciated.
    Best regards.
    Johnson.

  • You’re welcome!

Viewing 4 posts - 17 through 20 (of 20 total)
  • You must be logged in to reply to this topic.