Hi there
I’d like to set up my header without any logo as I am including the logo in the featured image. Could you please tell me if this is possible? There is no option for no header in the dropdown options.
thanks
Hey!
Try adding this code to the Quick CSS:
.logo {
display: none !important;
}
Cheers!
Josue