Hi,
is it possible in articles list module news-3 layout to change the picture shape from round to rectangular?
Thank you Michele
michelerubin Hi Add this code in custom css
.news-small .article-inner .item-image { border-radius: 0px!important;}
Great! It's working
michelerubin Welcome!