PT_LB
(Paul)
August 5, 2023, 10:44am
1
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
Lilly
(Lillian Louis)
August 5, 2023, 2:16pm
2
hi @PT_LB you can try this in common css of a theme or theme component:
.d-header .title {
display: none;
}
2 Likes
PT_LB
(Paul)
August 5, 2023, 4:27pm
3
Works like a treat, thank you @Lilly !
1 Like
Lilly
(Lillian Louis)
August 5, 2023, 4:30pm
4
no problem, glad that helped
system
(system)
Closed
September 4, 2023, 4:30pm
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.