Hi siwiec.matthew,
Please go to ‘Appearance > Customize > Design Options > Custom CSS’ and Paste the Below Custom CSS Code.
ul.mybullet li {
list-style-image: none;
list-style: none;
position: relative;
padding-left: 65px;
padding-top: 15px;
min-height: 56px;
}
ul.mybullet li:before {
content: "";
position: absolute;
top: 0;
left: 0;
background-image: url("https://www.ffcoach.ca/wp-content/uploads/2020/04/CoffeeMugDreamsTime.png");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 56px;
width: 56px;
}
Thanks