Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
How can I disable the hover effect on the color picker under the product photos?
I want it to be displayed at all times.
Without hover:
With hover:
Any suggestions would be very helpful.
Thank you 🙂
Solved! Go to the solution
This is an accepted solution.
I found the solution:
.product-card .product-card-swatches--title {
opacity: 0 !important;
}
.product-card .product-card-swatches {
overflow: show !important;
transform: none !important;
}
Hi @Ronla1 ,
This is David at SalesHunterThemes.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL
if your website is password protected then also provide the password.
David | SalesHunterThemes team.
We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.
Try our Electro theme Free! (Now at Black Friday price)
Hey @suyash1 thank you so much.
The thing is, now when I hover over it the swatches move up and the title disappears. How can disable the whole hover effect so everything stays in place?
I did 🙂 @suyash1
And it does exactly what I said...when I hover over it, it moves the colors upwards and fades out the title.
Now something else is happening, the title disappears and comes back again in a different position.
You can see it live.
@Ronla1 - then please try the solution given by @oscprofessional and check
Hello @Ronla1
Please provide your store URL.So I can review it and provide a solution.
Hello @Ronla1
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->product.grid.css>Add this code at the bottom.
.product-card .product-card-swatches--title {
transition: none !important;
transform: none !important;
}
This is an accepted solution.
I found the solution:
.product-card .product-card-swatches--title {
opacity: 0 !important;
}
.product-card .product-card-swatches {
overflow: show !important;
transform: none !important;
}