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 and Accept solution!
- 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.
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 and Accept solution!
- 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.
Thank you! This seems to have worked!
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024