https://www.themediumagency.com/portfolio
I used this on the home page and it worked but want the same effect on the portfolio page !
.fe-block-yui_3_17_2_1_1694104930278_8932 .summary-thumbnail.img-wrapper {
background-color: #7879a0;
}
.fe-block-yui_3_17_2_1_1694104930278_8932 .summary-thumbnail.img-wrapper img {
opacity: .50;
transition: all .4s;
}
.fe-block-yui_3_17_2_1_1694104930278_8932 .summary-thumbnail.img-wrapper img:hover {
opacity: 1;
}
.fe-block-yui_3_17_2_1_1694104930278_8932 .summary-thumbnail.img-wrapper {
background-color: #7879a0;
border-radius: 125px; /* play around with this number */
border: 3px solid #000;
}
any help is greatly appreciated! Thanks