remove date in big grid slide

Posted in: Newspaper
Post count: 58

Hi, Can you tell me how to remove the date in the big grid slide but no where else.
thanks

Post count: 23312

Hello nomoretechno,

You should use a bit of CSS code in order to hide this value. As a quick example, if you are using the Big Grid 3, you should use the following code and place it in Theme panel -> Cusotm CSS area.

The code is ->

.td_block_big_grid_3 .td-post-date {
display:none;
}

Thanks for the message!

Post count: 58

whats the code for big grid slide

.td_block_big_grid_slide ???

Post count: 23312

Hello nomoretechno,

The class for Big Grid Slide is -> .td-big-grid-slide. Please try to use the Inspector browser and identify the classes you need according to our documentation here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for the message!

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