[Support request] how to remove the hover line from a extra menu button ?

Home Forums Support [Support request] how to remove the hover line from a extra menu button ?

Home Forums Support how to remove the hover line from a extra menu button ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1595420
    Robert

    Hi

    How are You?

    I add’ed extra CSS code fon the menu button “Zamowienia”

    – it’s passible to remove only from this button the horizontal line which appears if I hover on it with the cursor ?

    Kr
    Robert

    #1595476
    David
    Staff
    Customer Support

    Hi there,

    add this CSS to remove the hover menu effect from your button:

    .main-navigation .menu > .menu-item.studio-button > a::after {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.