logo scroll down

hi

how to change logo size when scroll down, currently i have 150px logo and like to resize to 75px when scroll down page ?

please have

thanks

Hi @nambawanob,

Thank you for your another question.

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

Kind Regards,
Movin

Hi Movin,

sure, my url tvpn.co.id

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

nav.fixed.scrolled img.logo {
    max-width: 75px;
}

thanks movin

You are most welcome here :slight_smile: