Shopify themes, liquid, logos, and UX
Hi there!
I’m looking to add green checkmarks (not the iOS emoji) to the bullet points on my product page next to the metafield content, similar to an example I’ve seen. Does anyone know an easy way to do this? I’d like the checkmarks to look clean and professional.
Solved! Go to the solution
This is an accepted solution.
- Here is the solution for you @tdscre
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it
<style>
.section__block.reading-width p:not(:first-of-type) {
padding-left: 30px;
position: relative;
}
.section__block p::before {
content: '✔';
font-size: 12px;
color: white;
background-color: #28a745;
border-radius: 50%;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
</style>
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This is an accepted solution.
<style>
.section__block.reading-width p:not(:first-of-type) {
padding-left: 30px;
position: relative;
}
.media-with-text .section__block p:not(:first-of-type)::before {
content: '✔';
font-size: 12px;
color: white;
background-color: #28a745;
border-radius: 50%;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
</style>
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This is an accepted solution.
<style>
.section__block.reading-width p:not(:first-of-type) {
padding-left: 30px;
position: relative;
}
.media-with-text .section__block p:not(:first-of-type)::before {
content: '';
display: inline-block;
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="white" width="12" height="12"%3E%3Ccircle cx="8" cy="8" r="8" fill="%2328a745"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M12.207 5.207a1 1 0 00-1.414-1.414L7 7.586 5.207 5.793a1 1 0 00-1.414 1.414l2.5 2.5a1 1 0 001.414 0l4.5-4.5z" fill="white"/%3E%3C/svg%3E');
background-size: 20px 20px;
width: 20px;
height: 20px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
</style>
please try this code again @tdscre
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This is an accepted solution.
Oh, It's an error because shopify's comment makes the url wrong.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Hello @tdscre
Our team is ready to help you.
Please share your website URL so that we can check and assist you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Where is this located on your website?
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
if u scroll down at a product page down there ...
i havent filled for everyproduct yet, u can click this product and just scroll down
https://hane313.myshopify.com/products/bett-mit-bettkasten-dimmax
Do you want like this @tdscre ?
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This is an accepted solution.
- Here is the solution for you @tdscre
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it
<style>
.section__block.reading-width p:not(:first-of-type) {
padding-left: 30px;
position: relative;
}
.section__block p::before {
content: '✔';
font-size: 12px;
color: white;
background-color: #28a745;
border-radius: 50%;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
</style>
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
this check mark is pretty nice, but what if i wanna have another one? I will try soon to implement it into the code
it worked but now it shows a checkmark somewhere else where it shouldnt
it shows on the left side now, i like the checkmark really its nice but its shows on the left side ..
do u see that on the left side it shows now there tooo
Hi @tdscre
Do you want it like this?
Screenshot - https://prnt.sc/Zrk9tnjDj0AK
now it shows on the left side ...
Hi, is the problem solved, is there anything else I can help with @tdscre ?
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Hi there, the problem still remains, it is not solved ..
This is an accepted solution.
<style>
.section__block.reading-width p:not(:first-of-type) {
padding-left: 30px;
position: relative;
}
.media-with-text .section__block p:not(:first-of-type)::before {
content: '✔';
font-size: 12px;
color: white;
background-color: #28a745;
border-radius: 50%;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
</style>
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Can you try this code @tdscre
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
it works, but the problem now is on IOS it shows the black arrow emoji, how can we get rid of that ..
<style>
.section__block.reading-width p:not(:first-of-type) {
padding-left: 30px;
position: relative;
}
.media-with-text .section__block p:not(:first-of-type)::before {
content: '';
display: inline-block;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="white" width="12" height="12"><circle cx="8" cy="8" r="8" fill="%2328a745"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.207 5.207a1 1 0 00-1.414-1.414L7 7.586 5.207 5.793a1 1 0 00-1.414 1.414l2.5 2.5a1 1 0 001.414 0l4.5-4.5z" fill="white"/></svg>');
background-size: 20px 20px;
width: 20px;
height: 20px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
</style>
Can you try this code @tdscre
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
now its not visible, how would it be if u give me the code with link to put so i can upload the icon to shopify and then paste the link in it for a custome icon.
This is an accepted solution.
<style>
.section__block.reading-width p:not(:first-of-type) {
padding-left: 30px;
position: relative;
}
.media-with-text .section__block p:not(:first-of-type)::before {
content: '';
display: inline-block;
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="white" width="12" height="12"%3E%3Ccircle cx="8" cy="8" r="8" fill="%2328a745"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M12.207 5.207a1 1 0 00-1.414-1.414L7 7.586 5.207 5.793a1 1 0 00-1.414 1.414l2.5 2.5a1 1 0 001.414 0l4.5-4.5z" fill="white"/%3E%3C/svg%3E');
background-size: 20px 20px;
width: 20px;
height: 20px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
</style>
please try this code again @tdscre
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Same again....
data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="white" width="12" height="12"%3E%3Ccircle cx="8" cy="8" r="8" fill="%2328a745"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M12.207 5.207a1 1 0 00-1.414-1.414L7 7.586 5.207 5.793a1 1 0 00-1.414 1.414l2.5 2.5a1 1 0 001.414 0l4.5-4.5z" fill="white"/%3E%3C/svg%3E
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
change this to url('') @tdscre
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This is an accepted solution.
Oh, It's an error because shopify's comment makes the url wrong.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Can you send me a picture instead I dont know whats the correct version
This is the exact url but I can't comment on it. can you see the picture?
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Or do you have an email address, I will send it to you @tdscre .
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Thank you very much it worked now!!!!
Hi @tdscre
Do you want it like this?
Screenshot - https://prnt.sc/Zrk9tnjDj0AK
Hi there thank u so much, were u able to read my previous messages here
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024