Archived topic
Logo on two rows
19 replies · Started by cpalo on May 27, 2021
If you want to remove the logo and site title, go to customize > site identity, remove the logo there, and tick the Hide site title box.
https://www.screencast.com/t/QV53qPIpVt
Then add this CSS if necessary:
nav#site-navigation {
width: 100%;
}
Yes I had that to remove the logo and pull it.
But it does it for all pages.
What I will want is to remove it on one page.
Oh I see, then leave the logo and title as it is in the customizer, try to add this CSS:
.page-id-354 .site-branding-container {
display: none;
}
.page-id-354 nav#site-navigation {
width: 100%;
}
Good Morning
The result is exactly what I was looking for. It's Ok
Gtand Thank you
cordially
Nice! I'm happy to hear that :)