Shopify themes, liquid, logos, and UX
Hi guys! I have 2 current issues that I'm facing :
1. My logo is highlighted when i scroll and hover
2. The square slider button scroll past above my header.
Could someone help me with this please. Your help is very much appreciated.
Solved! Go to the solution
This is an accepted solution.
In order to fulfill your request, please follow these steps
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>
{% style %}
{% if template.name == "index" %}
body .header-wrapper:hover .header__heading-logo {
filter: none !important;
}
.slideshow__controls.slider-buttons {
z-index: 2 !important;
}
{% endif %}
{% endstyle %}
Here is the result:
I hope this helps
Best,
Daisy
This is an accepted solution.
In order to fulfill your request, please follow these steps
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>
{% style %}
{% if template.name == "index" %}
body .header-wrapper:hover .header__heading-logo {
filter: none !important;
}
.slideshow__controls.slider-buttons {
z-index: 2 !important;
}
{% endif %}
{% endstyle %}
Here is the result:
I hope this helps
Best,
Daisy
THANK YOU SO MUCH!
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