Add this code to the Custom CSS field on the Settings tab of your Blog widget’s settings:
/* Post title in the card */
[class*="card-content__CardContentTitle"] {
font-size: 24px;
}
/* Post description in the card */
[class*="card-content__ClampedTypography-sc"] {
font-size: 15px;
}
/* Post title in the popup */
[class*="post__Title-sc"] {
font-size: 34px;
}
/* Post description in the popup */
[class*="post__Header-sc"] > [class*="typography__Container-sc"]:not([class*="post__Title-sc"]) {
font-size: 25px;
}
/* Author name */
[class*="post__Author-sc"] > [class*="typography__Container-sc"] {
color: violet;
font-size: 35px;
}
/* Post text in the popup */
.es-post-content {
font-size: 15px;
}
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