Viewing 8 replies - 1 through 8 (of 8 total)
  • lisa

    (@contentiskey)

    which font or style are you trying to use for the menu links to make it look better?

    Thread Starter vinhton

    (@vinhton)

    Thanks for your reply.
    The menu font has a strange affect. It double the words so we can’t see the menu correctly.

    lisa

    (@contentiskey)

    I think you might be referring to a text shadow since I don’t see double words.

    lisa

    (@contentiskey)

    this is the css that I think you could make changes to:

    (use a child theme or css editor for your changes)
    i found this in your theme
    ul.nav-menu a {
    text-shadow: 1px 1px 0px #fff;
    }

    recommended modification
    ul.nav-menu a {
    text-shadow: none;
    }

    Thread Starter vinhton

    (@vinhton)

    I mean blurred letters. It bother me.
    I tried that one but nothing has changed.

    Thread Starter vinhton

    (@vinhton)

    I got it.
    Thank you very much for your help.
    It perfectly works.

    lisa

    (@contentiskey)

    Glad to hear the situation is resolved.

    Thread Starter vinhton

    (@vinhton)

    I just comment to put this to resolved. Thank you for your help.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘I don't know what happened with my menu. (((((’ is closed to new replies.