Shopify themes, liquid, logos, and UX
Hello,
When I first put the site together I added some custom CSS I found on here to hide the title/logo in my header.
It works however everytime a new page loads it appears for a millisecond.
I wonder if anyone has a solution as to how I can avoid that.
Here is my site www.ekuaceramics.com
This is the CSS I added:
h1.header__heading {
display: none;
}
a.header__heading-link.link.link--text.focus-inset {
display: none;
}
.header__menu-item:hover span {
text-decoration: none !important;
}
details[open] > .header__menu-item,
.header__active-menu-item {
text-decoration: none !important;
}
Thank you
Solved! Go to the solution
This is an accepted solution.
Hi @sarat86
Please try to add this code to theme.liquid file, after <head> and check if it solve your issue
<style>
a.header__heading-link,
h1.header__heading { display: none !important; }
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hi, @sarat86. In which file did you add that CSS? Try adding it at the bottom of your "base.css" or "theme.css" file.
If it works please choose my answer as the solution. Thank you.
SIMICART: Mobile App Builder |Ironwork Theme - Coming Soon | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
This is an accepted solution.
Hi @sarat86
Please try to add this code to theme.liquid file, after <head> and check if it solve your issue
<style>
a.header__heading-link,
h1.header__heading { display: none !important; }
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Thank you! This seems to have worked!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025