Topic Resolution: Resolved
  • Closed
  • Fanita Repanic
    Spectator
    01.06.2016 at 20:11 #28133

    How can I remove the shadow from the text from the main menu?

    Denzel Chia
    Moderator
    Posts: 2656
    02.06.2016 at 02:09 #28138

    Hi,

    Go to Theme Options -> Styling -> Menu -> Disable main menu background gradient, shadow and borders
    And uncheck the check-box.

    Save Changes.

    Thank you

    Fanita Repanic
    Spectator
    Posts: 14
    02.06.2016 at 08:56 #28141

    I’ve already done but still have only the shadow of the text. I want to remove the shadow from the text of the main menus.

    Denzel Chia
    Moderator
    Posts: 2656
    03.06.2016 at 02:06 #28154

    Hi,

    Please show me your website URL.

    Thank you

    Fanita Repanic
    Spectator
    Posts: 14
    03.06.2016 at 06:28 #28163
    Denzel Chia
    Moderator
    Posts: 2656
    03.06.2016 at 08:44 #28165

    Hi,

    Please use the following in your Theme Options -> Custom CSS

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

    Thank you

    Fanita Repanic
    Spectator
    Posts: 14
    06.06.2016 at 10:55 #28198

    Thank you so much with that I fix my problem!

    Denzel Chia
    Moderator
    Posts: 2656
    07.06.2016 at 01:59 #28218

    You are welcome!