Remove social media buttons from mobile menu only.

Home Forums Jevelin Theme Remove social media buttons from mobile menu only.

Home Forums Jevelin Theme Remove social media buttons from mobile menu only.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • roobinda
    Participant

    How would I go about doing this?

     

    Also, I need to move the entire mobile drop down menu upwards 230px.

    Controlling .sh-nav-mobile moves the buttons, but not the background. How do i grab the whole thing.

     

    Many thanks for all your help.

     

    Reuben.

    Hi Reuben,

     

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

     

    Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    Solution for this topic

    You can achieve this by removing the following custom CSS code from your site

     

    .sh-nav-mobile {
        position: relative;
        top: -230px;
    }

     

    and then use the below custom CSS code.

     

    .header-mobile-social-media a {
        display: none;
    }
    
    nav.sh-header-mobile-dropdown {
        top: -230px;
    }

     

     

    roobinda
    Participant

    Amazing! thank you!

     

    How can I change the mobile nav menu font?

    Use the below CSS code to change the mobile menu font and change the font arial in it to whatever you want to set.

     

    .sh-nav-mobile li a {
        font-family: arial;
    }

     

     

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