L
L
Lina Litvak2021-03-04 15:10:49
css
Lina Litvak, 2021-03-04 15:10:49

How to remove span when burger menu is open?

How to remove span when burger menu is open?
span.is-open::after {
display: none
opacity: 0;
}
It doesn't work, I don't know how to overcome this problem
6040ce0be113e496870608.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
fallus, 2021-03-04
@Angelina207

span.is-open::after {
display: none;
opacity: 0;
}

The semicolon is missing, mb.
Well, more information is needed. HTML and CSS.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question