Forums
Home / Theme: Mise / Turn off header scroll
(@drinkguesser)
7 years, 8 months ago
Is there a way to turn off the header scroll thing (where the title scrolls up when you scroll down)?
Awesome theme by the way ??
(@crestaproject)
Hi @drinkguesser, sure! Just go to your WordPress Dashboard under “Appearance-> Customize-> Additional CSS” and paste this code:
.miseBigText header.entry-header { bottom: 0 !important; }
It should work ?? Best Regards, CrestaProject
Thanks so much! ??