Answer the question
In order to leave comments, you need to log in
How to remove dotted border around links, storefront theme?
Tried in css like this
a {
outline: none; /* Убираем границу вокруг ссылок */
}
Answer the question
In order to leave comments, you need to log in
.site-header ul.menu li.current-menu-item > a:focus {
outline: none;
}
outline: none !important;
Maybe it's a border, maybe a frame on the parent element. Look in the inspector
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question