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 Buy me coffee ❤️
- 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.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- 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 Buy me coffee ❤️
- 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.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- 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 Buy me coffee ❤️
- 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.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024