Date not showing on 'Big Grid 4' bottom 3 articles

Posted in: Newsmag
Post count: 136

Hi,

On my site: http://smallcaps.com.au

The dates are not showing on the bottom 3 articles that can be seen in the Big Grid 4:
http://smallcaps.com.au/wp-content/uploads/2017/03/Screen-Shot-2017-03-30-at-12.30.49-am.jpg

How can I have the dates show?

Thank you

Post count: 23312

Hello WakeUpCallProject,

The date of the bottom section of Big Grid is hidden with a CSS code, and that’s why it will not appears on the frontend. So, if you want to display it, you should use a bit of CSS code to do this. Use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-grid-style-1 .td-small-thumb .td-module-meta-info {
display: block!important;
}

The result is -> https://www.screencast.com/t/ucb5yAFu

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.