liz May 14, 2018 · 10:07 pm #9731
Is there a way to remove the logo in the header?
Is there a way to remove the logo in the header?
Nevermind! I found it. I commented this out in header.php
<!–?php polestar_display_logo(); ?–>
Hi Liz
Thanks for updating the topic. You can definitely do that but you’d need to include the the header.php file in a child theme to make the change update safe. All files are overwritten during theme updates.
You could also hide the site branding using the following rule inserted at Customize > Additional CSS:
.site-header .site-branding {
display: none;
}