Home › Forums › WoodMart support forum › Show updated date on the single post page › Reply To: Show updated date on the single post page
August 22, 2019 at 6:42 am
#139739
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings
ul.entry-meta-list li.modified-date {
font-size: 14px;
margin-right: 10px;
}