Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #346446

    Hello! I would like to remove the thick border around the thumbnail images in both: Combo and Recent Posts widget, and also increase the image thumbnail size to be as large as the old border + image.

    Thank you for any insight!

    #346993

    Hi onegirlrtw!

    Thank you for using Enfold.

    Please use this on Quick CSS:

    span.news-thumb {
    padding: 0;
    }
    
    .news-thumb img, .news-thumb img {
    width: 36px;
    height: 36px;
    }

    Regards,
    Ismael

    #347097

    Perfect! Looks much better, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to remove thick border around thumbnail images in Combo & Recent Post widget’ is closed to new replies.