Site logo

Archived topic

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

1 reply · Started by Robert on December 27, 2020

Viewing posts 1–2 of 2

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

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;
}
This archived topic is closed to new replies.