Topic Resolution: Resolved
  • Closed
  • Holly Cotter
    Spectator
    08.06.2016 at 20:09 #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
    09.06.2016 at 03:56 #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
    09.06.2016 at 04:01 #28275

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

    Holly Cotter
    Spectator
    Posts: 13
    09.06.2016 at 04:05 #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
    09.06.2016 at 04:24 #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
    09.06.2016 at 13:22 #28287
    This reply has been marked as private.
    Daniel Jones
    Spectator
    Posts: 148
    09.06.2016 at 14:34 #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
    09.06.2016 at 15:09 #28298

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