This topic has 2 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
Dear team,
How can i remove the standard logo from the website? Check bohobiza.be
It always appears when I don’t insert any logo image in theme options, but I want it to dissapear.
Kind regards,
Lasha
Hello,
To disable logo you may add this code in Theme Options > Custom css:
.header-logo {
display: none;
}
or
.navbar {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up