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

#241
TigriWeb
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