Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Is there a way to make my logo smaller when I scroll the page?

New Front EN Support Forums Kanso Theme Support Is there a way to make my logo smaller when I scroll the page? Reply To: Is there a way to make my logo smaller when I scroll the page?

#30354
mmsatori
Keymaster

Hey @gabithobias,

thank you for choosing Kanso!

There’s no such back-end option in the theme yet, but you can achieve the desired effect by adding the following code to the “Style: Add Custom CSS” tab of the Theme Options panel:

.small-logo { max-width: 100px !important; }

You can adjust the “100” to fit your requirements.