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?
February 19, 2018 at 7:00 pm
#30354
satori
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.