Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1304003

    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’);
    }

    #1304089

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.