Kampina theme homepage “Transparent Header” option

Support Forums Kampina Kampina theme homepage “Transparent Header” option

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #240
    KEN1911
    Participant

    On the Kampina theme homepage, I disabled the “Transparent Header” option in Page Settings > General, but I noticed there was a significant gap between the menu bar and the Hero slider. Could you please tell me how to reduce or remove these gaps? Thanks!

    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.