Can't remove the top logo

Hi,

when I remove the logo and hit save, it puts the name of the site.
However, if I access the site or close and come back to the customization, the
picture is still there.

If I change the file, the picture changes, however, I cannot remove it.

I have already tried to disable all the plugins and redo the process.

Thanks,

Will

Hi Will,

I hope you are well today and thanks for posting here.

It’s the known issue which will be resolved in the future version of theme but in the meanwhile you can remove the logo by using the solution posted in the following topic

https://colorlibsupport.com/t/removing-logo/#post-62734

Or you can try hiding it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

#site-navigation .row > .module.left {
    display: none;
}

Best Regards,
Movin