Home Forums Free Themes Yummy Logo size in Yummy theme !

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #59701
    Zulkar
    Participant

    Hello,

    In the theme, the size of the logo is apparently defined in 180×80.
    How to put a logo bigger or longer?

    Thank you in advance

    Best Regards !

    #59714
    wensolutions
    Keymaster

    Hello @zulkar,

    To make your logo size bigger use below given CSS.

    Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .nav-shrink .site-logo img {
        max-width: 170px;
    }

    You can adjust the px according to your requirement.

    Hope this helps.

    Best Regards!!

    #66855
    Marc van Maldegem
    Participant

    Is this the same CSS code for Yummy Pro? Because we tried it here, but doesn’t work?

    #66866
    wensolutions
    Keymaster

    Hello @gustogambia,

    To increase the size of the logo in Yummy pro theme use below-given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .site-logo img {
        max-height: 100%;
        max-width: 170px;
    }

    Hope this helps.

    Best Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.