Hi guys! I have 2 current issues that Iām facing :
- My logo is highlighted when i scroll and hover
- The square slider button scroll past above my header.
Could someone help me with this please. Your help is very much appreciated.
Hi guys! I have 2 current issues that Iām facing :
Could someone help me with this please. Your help is very much appreciated.
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
{% 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!