Change opacity of title on hover

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

[class*="card-content__CardContentTitle"]:hover {
   opacity: 0.5;
}
1 Like