Big Grid without title and text

Posted in: Newspaper
Post count: 23

Hi there,

Is it possible to have the big grid but wihout the title and text?

Only the images that if you click you get to the post.

I would also want to remove the date and name.

  • This topic was modified 9 years by SW1988.
Post count: 23312

Hello SW1988,

First of all, please notice that our Big Grids does not have a title and also, I do not exactly understand what you mean by title and text, sorry! Provide more details about what you want to achieve so I will be able to provide a more accurate response. This is the main functionality for our Big Grids. These contain the posts ( the title of the posts) and if you will press it you will be linked to that post. If you want to remove the date and name for Big Grid you should use a bit of CSS code to do this, according to your Big Grid used by you. For example, if you are using the Big Grid 1, you should use the below custom CSS and place it in Theme panel->Custom CSS area.

The code is ->

.td_block_big_grid .td-module-meta-info{
display:none;
}

Thanks for your understanding!

Post count: 23

I am sorry for not being clear about what i mean.

I made a screenshot to show you :

http://prnt.sc/f6klsw

And i was incorrect, i meant only the titel.

I used the code as you said but there are no changes.
I am using Big Grid Full 4

Post count: 23

I just now see that i posted this in the wrong forum. I am using Newspaper*

Post count: 23312

Hello SW1988,

If you want to hide the title text for Big grid 9 (whihc use the module mx_15), for example, you should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td_module_mx15 .td-module-title {
display:none;
}

Thanks for the message!

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