Shopify themes, liquid, logos, and UX
Hi,
I'm looking for some help here please.
I am using the boundless them but I wasn't happy with the way the products were showing the pricing, with the pricing only showing on image hover.
I did some research and found a reply on Shopify forum, to a previous post by another user, where you could add a snippet of code to allow the pricing to show at all times. image 1
The problem that I have now is that when you hover over the name and price this section actually moves down (almost disappearing) and doesn't show again until the screen is refreshed. image 2
Ideally I would like the product price to remain on screen, even when being hovered over.
Any help would be greatly appreciated. Below is a link to an example page on my website.
https://purestylecollection.com/collections/handbags
Many thanks
Solved! Go to the solution
This is an accepted solution.
Hi @BestGift
Welcome to Shopify community and thanks for posting this question.
Can you search for the below code in your Settings > Online Store > Themes > Action > Edit Code > theme.css file
.product-item__meta:hover .product-item__meta__inner,
.product-item__meta:focus .product-item__meta__inner {
top:50%;
}
and replace it with this below code
.product-item__meta:hover .product-item__meta__inner,
.product-item__meta:focus .product-item__meta__inner {
/* top:50%; */
}
All we are doing here is commenting out the top 50% position of the element so that it will not be applied on all browsers.
Try and let me know if that works for you. Hope this helps.
Sorry for facing this issue, it's my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question. 😊\
Do you have fix this issue?
Thanks for you reply.
No i haven't had a fix for the issue yet, when you first load the page the pricing is fine, but when you hover over the product prices they slide down (out of screenshot) and don't slide back up until the whole page is refreshed.
If you have a solution to this I would very much appreciate it?
We have checked for this issue in real system and browserstack but it is working ok. In which system configuration or browser you are checking?
Hi, Thank you for your reply.
I was using Mozzilla Firefox as the browser. I have checked another browser (safari) and the pricing is behaving as expected. It would seem it might be isolated to Firefox then for some reason.
Any Idea on a fix for that, for customers visiting on Firefox?
Many thanks for your time and help with this.
This is an accepted solution.
Hi @BestGift
Welcome to Shopify community and thanks for posting this question.
Can you search for the below code in your Settings > Online Store > Themes > Action > Edit Code > theme.css file
.product-item__meta:hover .product-item__meta__inner,
.product-item__meta:focus .product-item__meta__inner {
top:50%;
}
and replace it with this below code
.product-item__meta:hover .product-item__meta__inner,
.product-item__meta:focus .product-item__meta__inner {
/* top:50%; */
}
All we are doing here is commenting out the top 50% position of the element so that it will not be applied on all browsers.
Try and let me know if that works for you. Hope this helps.
Excellent, that has worked perfectly.
Thank you so much for your help with this!
Glad it helped you. Thanks
Can you upload customize the Boundless theme on my site I currently have district, which is slow and not as pretty. Id like to change it next week.
Thanks..
so, i thought it the previous code above would fix the same issue i currently am having but when i go to themes and then edit code and copy and paste your intial code you posted, it is not finding anything for some reason. so i do not know where to paste the code at? i am using the same theme, boundless. if you are able to help id greatly appreciate it, tia!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!😊
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
thebutterflyspotboutique.com password: hello
thanks for detail can you please share issue images?
User | RANK |
---|---|
123 | |
97 | |
77 | |
69 | |
38 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022