I would like to remove the logo from my NAV bar on every single page

I am able to remove my website logo from the home page with no issue I want to remove it from every single page across the entire site

This is my homepage no logo

croldan_0-1720399127762.png

This is my product page with logo I want to remove this from every page on the site, cart, blogs everything

croldan_1-1720399193219.png

This code in the - theme.liquid works for the homepage, but remains across every page on the entire site. I can assure you I’ve tried every piece of code out there. If anyone has a solution that would be awesome.

h1.header__heading { display: none !important; }

Hi, @3eight9one

Please share the store URL so that I can assist you.

https://3eight9one.com/

Hi @3eight9one

Please add this code to Online Store > Themes > Customize > Theme settings > Custom CSS.

.header__heading-link { display: none !important; }

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the tag


Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

I do not have a Custom CSS, I’ve seen these posts a lot and no one explains how to create a Custom CSS or how to apply it in simple terms. I do appreciate the response. If you can be more specific would be great.

You can see Custom CSS from Online Store > Themes > Customize > Theme settings

Or you can add this code to theme.liquid file, after in Online Store > Themes > Edit code


Never mind I was able to figure out your steps and that actually worked as expected, site looks super clean and consistent thank you very much for that assist. I give you two thumbs up. Below is the image of the new product page as well where to apply that code

This can be found in Theme Settings > Custom CSS, which is towards the bottom of the left NAV bar

Nice!