Shopify themes, liquid, logos, and UX
As you can see, when you hover over a product on my collection page there's this greyness that appears as you hover. I want to remove it.
https://lobonewyork.com/collections/all-bags
Solved! Go to the solution
This is an accepted solution.
Follow Step
1) Open Edit Code
2) Find Base.css File
3) Open base.css File And Ctrl + F and Past Than Find This Line
.media>img
After
Show This Code
.media>img {
object-fit: cover;
object-position: center center;
transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
Chage This Code With Below Code
.media>img {
object-fit: cover;
object-position: center center;
transition: auto .8s ease;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
This is an accepted solution.
Follow Step
1) Open Edit Code
2) Find Base.css File
3) Open base.css File And Ctrl + F and Past Than Find This Line
.media>img
After
Show This Code
.media>img {
object-fit: cover;
object-position: center center;
transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
Chage This Code With Below Code
.media>img {
object-fit: cover;
object-position: center center;
transition: auto .8s ease;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Thanks, I hated it so much it made my website look cheap and ugly 😁
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024