- Joined
- Aug 26, 2019
- Messages
- 229
- Points
- 253
Reputation:
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%;
}