Topic Resolution: Resolved
  • Closed
  • Holly Cotter
    Spectator
    June 8, 2016 at 8:09 pm #28261

    Somehow as I was working on setting everything up the menu items went from “normal” to “bold”… and it’s making the text very difficult to read.

    I can’t find a way to UNbold the menu items. Please tell me where I can do that. Thanks.

    Denzel Chia
    Moderator
    Posts: 2656
    June 9, 2016 at 3:56 am #28274

    Hi,

    Go to Appearance-> Theme Options -> Typography -> Menu
    Adjust the font weight and style of Main menu font.
    Select -> Normal 400.

    Thank you.

    Holly Cotter
    Spectator
    Posts: 13
    June 9, 2016 at 4:01 am #28275

    It is already set at normal 400… I tried that before submitting the question. Any other suggestions?

    Holly Cotter
    Spectator
    Posts: 13
    June 9, 2016 at 4:05 am #28277

    hmmm, maybe it’s not bolded… perhaps it’s a shadow? If so, how do I turn it off?

    Denzel Chia
    Moderator
    Posts: 2656
    June 9, 2016 at 4:24 am #28280

    Hi,

    Yes, it’s a text shadow.
    Please use the following in your Theme Options -> Custom CSS

    .nav-menu li a {
    text-shadow: none !important;
    }

    Thank you

    Holly Cotter
    Spectator
    Posts: 13
    June 9, 2016 at 1:22 pm #28287
    This reply has been marked as private.
    Daniel Jones
    Spectator
    Posts: 148
    June 9, 2016 at 2:34 pm #28293

    Hi Holly,

    Thanks for reaching out to us again.

    Kindly try out the following custom CSS code and remove the previous one:

    ul.nav-menu a, .menu-header {
    text-shadow: initial;
    }

    This should work for you.

    Let me know how it goes.
    Cheers!

    Holly Cotter
    Spectator
    Posts: 13
    June 9, 2016 at 3:09 pm #28298

    It’s fixed. Thank you SO much for all your help.
    🙂