Logo in Mobile

Home Forums Jevelin Theme Logo in Mobile

Home Forums Jevelin Theme Logo in Mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • anniepoo
    Participant

    Hi there, is there a way to make the logo appear in the mobile navigation bar but not the full size computer navigation bar?

    Hi @anniepoo,

     

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

     

    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

     

    .primary-desktop .header-logo img {
        display: none;
    }

     

    Best regards,
    Shufflehound team

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