Haim
Registered
- Thread starter
- #1
View attachment 35674
add this code into your custom.css
add this code into your custom.css
CSS:
.ipsNoThumb::after {
content: '';
}
.ipsNoThumb {
background-image: url("Here is a link to your image");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}