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

(Dawn) How to replace bullet points with icons

Solved

(Dawn) How to replace bullet points with icons

friendlyrobot19
Excursionist
20 0 6

How it currently looks:

124124214213.PNG

 How I would like it to look:

124124214345345.PNG

Store link: https://95d536-88.myshopify.com/         

Store keycode: www

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2401 695 836

This is an accepted solution.

Hi @friendlyrobot19,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the base.css (or theme.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes. (Please update the image URL for each item element. Also, the images have to have an appropriate size)

 

#ImageWithText--template--22931988840743__image_with_text_9TDFXU ul li:nth-child(1) {
    list-style-image: url("https://cdn-icons-png.flaticon.com/16/6156/6156735.png");
}
#ImageWithText--template--22931988840743__image_with_text_9TDFXU ul li:nth-child(2) {
    list-style-image: url("https://cdn-icons-png.flaticon.com/16/4849/4849461.png");
}
#ImageWithText--template--22931988840743__image_with_text_9TDFXU ul li:nth-child(3) {
    list-style-image: url("https://cdn-icons-png.flaticon.com/16/6156/6156735.png");
}

 

Here is the result

BSSTekLabs_0-1722051121985.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. 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


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 2 (2)

BSS-TekLabs
Shopify Partner
2401 695 836

This is an accepted solution.

Hi @friendlyrobot19,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the base.css (or theme.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes. (Please update the image URL for each item element. Also, the images have to have an appropriate size)

 

#ImageWithText--template--22931988840743__image_with_text_9TDFXU ul li:nth-child(1) {
    list-style-image: url("https://cdn-icons-png.flaticon.com/16/6156/6156735.png");
}
#ImageWithText--template--22931988840743__image_with_text_9TDFXU ul li:nth-child(2) {
    list-style-image: url("https://cdn-icons-png.flaticon.com/16/4849/4849461.png");
}
#ImageWithText--template--22931988840743__image_with_text_9TDFXU ul li:nth-child(3) {
    list-style-image: url("https://cdn-icons-png.flaticon.com/16/6156/6156735.png");
}

 

Here is the result

BSSTekLabs_0-1722051121985.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. 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


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
friendlyrobot19
Excursionist
20 0 6

Thanks