Date on Big Grid

Posted in: Newsmag
Post count: 14

Hi,

I´d like to show the date on all five pictures on Big Grid 1 (not only on the big picture). How can I do that?

Thanks!

Post count: 23312

Hello krismali,

You should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

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

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

Thanks for the message!

Post count: 14

Hi,

Thanks for the quick reply. I did what you said but the date didn´t appear on the grid

https://www.evernote.com/shard/s538/sh/b5c16453-975b-4a72-a53c-31558f419180/5a2d4a1971a2a41d718fe142f41f1526

Any other suggestion?

Post count: 23312

Hello krismali,

You should use the code below and place it in Theme panel->Custom CSS Area. I have noticed that you have some plugins for security and most likely that’s why the code not working.

The code is ->

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

Thanks for your understanding!

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