Can I make different on the desktop, different from the logos of the site logos?

Home Forums Gillion Theme Can I make different on the desktop, different from the logos of the site logos?

Home Forums Gillion Theme Can I make different on the desktop, different from the logos of the site logos?

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

    Hello there,
    Can I make different on the desktop, different from the logos of the site logos?
    Thank you.

     

    flaps.club

    Hi @flapsclub,

     

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

     

    Sorry but your question is not clear so could you please describe it a bit more in detail so that I can help you?

     

    Best regards,
    Shufflehound team

    flapsclub
    Participant

    Hi again,

     

    I say that the main logotype in the red part of the photo, if I added it here in a slogan, how about the logo part only in the mobile?

    How can I do?

    thanks.

    flaps.club

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

    You can display logo only on mobile 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

     

    @media screen and (min-width: 992px) {
    .header-logo {
        display: none;
    }
    }
Viewing 4 posts - 1 through 4 (of 4 total)