Navigation in mobile

Home Forums Jevelin Theme Navigation in mobile

Home Forums Jevelin Theme Navigation in mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • alexmcd121
    Participant

    Hello Shufflehound.

     

    Whenever in mobile mode I click the navigation to bring up the menu and it all overlaps the content.

     

    I want to know if there’s a way to make the mobile drop down menu in navigation to have a black background so the menu is clear.

     

    I will attach a screenshot as an explanation.

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

    Hi @alexmcd121,

     

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

     

    Could you please share me your site URL where it’s happening so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    alexmcd121
    Participant

    Sure,

     
    <p style=”text-align: center;”>Diversefitnesstorbay.co.uk</p>
     

    You can achieve 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-header-mobile-dropdown {
        background-color: #000 !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)