This topic has 3 replies, 2 voices, and was last updated 2 months, 1 weeks ago ago by Rose Tyler
I want to remove the Image fromt he section of the header: https://glitchy.in/shop/
The person standing with hoodie.
Also, I would like to ask how to change the mouse cursor when I hover over the slider. Now I see a small hand with 2 arrows left and right. I would like to have the normal mouse cursor or a cursor of my own.
I tried to add the next code in Theme Options > Theme custom CSS:
.slider-item {
cursor: auto;
}
but its not working
Hello, Razi,
Thank you for contacting us and for using XStore.
1/ https://prnt.sc/uTbtxLYwVabt > https://prnt.sc/-mAZhOO9NG9r > https://prnt.sc/PSJ6WQympSro > https://prnt.sc/rgI5yb-wmHSu > https://prnt.sc/xsvQ6nOcpgja
We’ve removed the mentioned image for you from the Shop banner static block. Please clear cache and check the result.
2/ Please try to use this custom CSS code:
.swiper-entry:not(.swipers-couple-wrapper) .swiper-wrapper {
cursor: auto;
}
Warm Regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up