Removing the line under the dropdown menu

Home Forums Jevelin Theme Removing the line under the dropdown menu

Home Forums Jevelin Theme Removing the line under the dropdown menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • shanticfm
    Participant

    Is it possible to remove the line that shows up in the drop-down menu?

    http://sweetme.creativeflowmedia.org/

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @shanticfm,

     

    I hope you are well today and thank you for your question.

     

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-nav > li.menu-item:not(.menu-item-cart) ul a:hover {
        border-bottom: 0 !important;
    }

     

    Best regards,
    Shufflehound team

    shanticfm
    Participant

    Thank you. What about mobile?

     

    Solution for this topic

    For mobile please use the below custom CSS code.

     

    .sh-nav-mobile li:after,
    .sh-nav-mobile ul:before {
        display: none!important;
    }

    shanticfm
    Participant

    Thank you!

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)