I would like to set custom font size for tittles in Blog posts element. I tried this code, but nothing happend.
.entry-content-wrapper .post-title {
font-size: 20px !important;
}
Hey milieti,
Try this code in the General Styling > Quick CSS field:
h3.slide-entry-title {
font-size: 20px !important;
}
Best regards,
Mike
It worked! Thank you.