[Support request] Removing background from image

Home Forums Support [Support request] Removing background from image

Home Forums Support Removing background from image

  • This topic has 5 replies, 3 voices, and was last updated 4 years ago by David.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1198893
    Anonymous

    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

    #1199016
    Leo
    Staff
    Customer Support

    Hi there,

    Are you wanting to remove the hover zoom effect?

    Let me know ๐Ÿ™‚

    #1199282
    Anonymous

    Yes, I would like to remove it and also if possible to make title font smaller.

    Thanks!

    #1199296
    David
    Staff
    Customer Support

    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;
    }
    #1201829
    Anonymous

    Ok will try that thanks!

    #1201833
    David
    Staff
    Customer Support

    Let us know ๐Ÿ™‚

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