Different logo in mobile version

Home Forums Jevelin Theme Different logo in mobile version

Home Forums Jevelin Theme Different logo in mobile version

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Demetris
    Participant

    Hi there,

    Is possible to add smaller logo in mobile version..?

    Because the logo cover the hero image in mobile version

    Please check by your self :

    • This topic was modified 3 years, 10 months ago by Demetris.
    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @Demetris,

     

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

     

    We can’t add a different logo for mobile but you can reduce mobile logo size 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-navigation .header-logo img {
        max-width: 100px !important;
    }

     

    Best regards,
    Shufflehound team

    Demetris
    Participant

    Fixed!! thank you Sir ! :))

    You are most welcome here 🙂

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