Hello comm!
I’m kind of new doing community work and worked on layout, I have experience in HTML/CSS and customized a new navigation bar to add a few links but I would like to removed the default logo branding :
Is there any “easy” way to that (we are hosted, just in case).
Many thanks,
PT
hi @PT_LB you can try this in common css of a theme or theme component:
.d-header .title { display: none; }
Works like a treat, thank you @Lilly !
no problem, glad that helped
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.