Change color of blog post text on hover

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

[class*="card-container__CardContainer-sc"]:hover [class*="card-content__ClampedTypography-sc"]:not([class*="card-content__CardContentTitle-sc"]) {
  color: green !important;
}


Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: