Personalized checkout and custom promotions with Shopify Scripts
Here an Example What I've been trying to do in RECENTLY VIEWED PRODUCTS it doesn't show up with the 3 DOTS
But in the product page it does show the 3 dots can someone help me code this for the Recently viewed products? For Mobile and PC URL -www.avokitchen.com
Solved! Go to the solution
This is an accepted solution.
Then just add this:
#recently-viewed-products .h3.grid-view-item__title.product-card__title {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
And you will get this:
Hope this help
Please let me know if it works by giving it a Like or marking it as a solution.
Drop Hint 2.0 - Increase revenue and engagement with hints via Email, SMS and Postal. Free plan.
Appsolute website. support[at]appsolute.us
Hello,
This is Marc from Drop Hint 2.0 Email SMS Postal.
I understand that the Theme doesn't provide an option to change the text of the product.
However, fear not, as we can easily achieve this through custom code. Allow me to guide you through the process step-by-step:
In the "Assets" folder, locate and click on the "base.css" file to access the theme's main stylesheet.
.card-information__text.h3 a.full-unstyled-link {
overflow: visible;
display: block;
}
Once you've made the desired changes, click on "Save" to apply the modifications.
Best regards,
Marc/Drop a Hint 2.0
Please let me know if it works by giving it a Like or marking it as a solution.
Drop Hint 2.0 - Increase revenue and engagement with hints via Email, SMS and Postal. Free plan.
Appsolute website. support[at]appsolute.us
It didn't work i'm trying to apply it to The recently viewed products only. But when ever i add the code the 3 dots for the other products collections it end up deleting them.
In the Recently viewed products it's already working. Check screenshot:
If you want it applied to another section, let me know which section you'd like it in, and I'll promptly send you the customized CSS.
Feel free to reach out with your preferences, and I'll be more than happy to assist you further.
Best regards,
Please let me know if it works by giving it a Like or marking it as a solution.
Drop Hint 2.0 - Increase revenue and engagement with hints via Email, SMS and Postal. Free plan.
Appsolute website. support[at]appsolute.us
That picture doesn't show proof of it working.
It supposed to show the 3 dots at the end which in that screenshot it doesn't
This is an accepted solution.
Then just add this:
#recently-viewed-products .h3.grid-view-item__title.product-card__title {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
And you will get this:
Hope this help
Please let me know if it works by giving it a Like or marking it as a solution.
Drop Hint 2.0 - Increase revenue and engagement with hints via Email, SMS and Postal. Free plan.
Appsolute website. support[at]appsolute.us
Thank You!
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023