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: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- 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: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- 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!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025