• Hello together,

    as you can see we have some question marks in our main navigation bar and I absolutely don’t know why. It started with two and now we have them everywhere.

    I made some changes in the CSS as you can see. But I don’t know hat I could have done wrong.

    Maybe you could help.

    Thank you very much

    Kind regards
    Florian

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • You are using a Unicode character that is unsupported in your CSS here:
    .main-navigation .menu-item-has-children > a::after {
    content: ‘\F0D7’;
    font-family: Lato;
    position: absolute;
    right: 1.125em;
    top: 0.8125em;
    }

    If you replace the content: ‘\F0D7’ with a character from this list it should be displayed correctly. (You can leave the other content-lines with the same character or remove them, as they have no effect.)

    Good luck

    Wiebke

    Thread Starter fussgaengerflo

    (@fussgaengerflo)

    Thank you very much! PROBLEM SOLVED!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Question mark in Navigation’ is closed to new replies.