Shopify themes, liquid, logos, and UX
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
This is my product page with logo I want to remove this from every page on the site, cart, blogs everything
Solved! Go to the solution
This is an accepted solution.
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
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.
<!-- remove logo from pages begin //-->
<style>
h1.header__heading {
display: none !important;
}
</style>
<!-- remove logo from pages end //-->
Hi, @3eight9one
Please share the store URL so that I can assist you.
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 </head> tag
<style>
a.header__heading-link{
display: none !important;
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Hi @3eight9one
Please add this code to Online Store > Themes > Customize > Theme settings > Custom CSS.
.header__heading-link { display: none !important; }
- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
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 <head> in Online Store > Themes > Edit code
<style>
.header__heading-link { display: none !important; }
</style>
- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
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!
- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024