Resolved

Remove logo image?

Polestar Theme started by liz May 14, 2018 2 replies
liz May 14, 2018 · 10:07 pm #9731

Is there a way to remove the logo in the header?

liz May 14, 2018 · 11:05 pm #9733

Nevermind! I found it. I commented this out in header.php

<!–?php polestar_display_logo(); ?–>

Andrew Misplon Puro May 15, 2018 · 7:52 am #9737

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;
}
3 posts