Add a credit text over Blog Image

Add this code to the Custom CSS field on the Settings tab of your Blog widget’s settings:

[class*="MediaImage__Container"]:before {
    content: "Photo by Elfsight";
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
}

Result:

1 Like