Disable menu underline animations?

  • Author
    Posts
  • #72910

    How can I disable the animated underline that appears on hover over the title and top menu items in the Anima theme?

    #73399
    Zed
    Cryout Creations mastermind

    That is part of the theme’s design. You can turn it off with CSS:

    #access > div > ul > li > a:hover > span::before {
        display: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #73417

    Thank you. I love your work and consider purchasing the Plus version of this theme when I am done developing my site.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Disable menu underline animations?’ is closed to new replies.