Hey,
I would like to know how can I remove the underline effect when I hover on some word, for example on the menu.
Thanks.
Hey,
I would like to know how can I remove the underline effect when I hover on some word, for example on the menu.
Thanks.
Hello There,
.site-nav__label {
border-bottom: none !important;
}
Thanks, thatâs what I was looking for.
How can I have the same but for the text in the footer ?
this doesnât work