Remove header

How can you remove the header spacing “ACTIVELLO, minimum wordpress theme for bloggers” so that the slider is under the menu.

Thanks,

BartP

Hi BartP,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#logo {
    display: none;
}

Best Regards,
Movin