PenciDesign Supporter replied
Staff Reply
Hi,
By default, if you have not set any logo image on Customizer settings, Soledad will display the default logo.
In case you want to hide the logo, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
#logo {
display: none;
}Regards,
PenciDesign.