Shopify themes, liquid, logos, and UX
Hi,
On my website https://www.karpovastudio.com/, I would like the logo to be hidden on the home page only. Is there some CSS we can change or add for this to happen?
My theme is Dawn
Thank you!!
Solved! Go to the solution
This is an accepted solution.
Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>
{% if template.name == 'index' %}
<style>
header .header__heading {
display: none;
}
</style>
{% endif %}
if my solution works, then please like and accept it as a solution.
This is an accepted solution.
Hello @IraKarpova
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
{% if template == 'index' %}
<style>
.header h1.header__heading {
display: none !important;
}
</style>
{% endif %}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>
{% if template.name == 'index' %}
<style>
header .header__heading {
display: none;
}
</style>
{% endif %}
if my solution works, then please like and accept it as a solution.
Thank you SM!!
You helped me a lot
This is an accepted solution.
Hello @IraKarpova
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
{% if template == 'index' %}
<style>
.header h1.header__heading {
display: none !important;
}
</style>
{% endif %}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Thank you!!
You helped me alot!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024