Blog title gradient color

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

[class*="card-content__CardContentTitle"] {
      background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }

Result:

1 Like