Home › Forums › Jevelin Theme › Recent posts widget font weight
Home › Forums › Jevelin Theme › Recent posts widget font weight
Hello! We are usin the default “recent posts”-widget (not the Shufflehound one) in page widgets. Right now it displays the titles & dates on bold weight, could you help us change the font weight to normal? Thanks!
Hi @govus,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.widget_recent_entries li { font-weight: 400; }
Best regards,
Shufflehound team