F
F
fillpower2017-10-14 22:35:30
css
fillpower, 2017-10-14 22:35:30

How to remove dotted border around links, storefront theme?

Tried in css like this

a {
    outline: none; /* Убираем границу вокруг ссылок  */
 }
59e266f45eebd030867803.jpeg
Still the frame is there.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Aligatro, 2017-10-14
@fillpower

.site-header ul.menu li.current-menu-item > a:focus {
    outline: none;
}

In styles, put after the rules that assign outline, if this is not possible -outline: none !important;

P
Pavel Gogolinsky, 2017-10-14
@gogolinsky

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 question

Ask a Question

731 491 924 answers to any question