We are trying to replace bullets with an image files we are using this but its not working
.custom_bullets ul li {
list-style-image:url(‘https://www.pintech.io/wp-content/uploads/2021/06/Custom-Bullet.png’);
}
Hi seocrowd,
Can you try this CSS code instead:
.custom_bullets ul li {
list-style-image: url(https://www.pintech.io/wp-content/uploads/2021/06/Custom-Bullet.png);
}
Best regards,
Nikko