Archived topic
Removing background from image
5 replies · Started by Former User on March 18, 2020
Hello Leo,
I manage to change size of picture on widget called "Ultimas Entradas" but there is a problem it seems there is something behind image like some kind of canvas or background, can you please tell me how to remove this background? I had place URL on private url textbox
Hi there,
Are you wanting to remove the hover zoom effect?
Let me know :)
Yes, I would like to remove it and also if possible to make title font smaller.
Thanks!
Hi there,
add this CSS to force the image to fit the space:
.widget.wpsp-card article .wp-show-posts-image img {
width: 100%;
}
and this CSS for adjusting the heading font size:
.widget.wpsp-card article h2 {
font-size: 22px;
}
Ok will try that thanks!
Let us know :)