Archived topic
Unhook/remove site-logo in navigation branding?
3 replies · Started by Sammy on October 18, 2021
I'm looking to unhook the GeneratePress <div class="site-logo">...</div> located within the navigation-branding
- is there some way to unhook the addition of the logo?
My use case is that I want to add the logo by code myself (so I still want to use the logo added in backend), but just wrapped in some different markup, than what the default GeneratePress function does.
Hi Sammy,
Would this filter be helpful?
https://docs.generatepress.com/article/generate_logo_output/
Perfect Leo - thanks so much :)
No problem :)