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