Reply To: Kampina theme homepage “Transparent Header” option
Support Forums › Kampina › Kampina theme homepage “Transparent Header” option › Reply To: Kampina theme homepage “Transparent Header” option
November 17, 2025 at 6:39 am
#241
Keymaster
Hi Ken,
You can fix this issue by adding the following CSS code under Appearance → Customize → Additional CSS:
.home .site__header {
margin-bottom: 0;
}
If you need this change for the header on all pages, not just the homepage, then use this code instead:
.site__header {
margin-bottom: 0;
}
Best regards,
TigriWeb Team