Block 9 design

Posted in: Newspaper
Post count: 92

Hello

Is there a way in the theme to redesign Block 9, so there is less padding between the “text news line”. And decide for that specific Block, if there should be tags + date of post.

I want more simple text news line using less space in hight.

Thank You

Post count: 23312

Hello janamtrup,

Please try the code below and decrease the padding-bottom with a bit of CSS code.

The code is ->

.td_block_9 .block-title {
margin-bottom: 0px;
}

The result you should see here -> http://screencast.com/t/EnYF1nmf8H

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response. Also, you can provide me more useful screenshots for a good understanding.

Thanks.

Post count: 92

Thank You Catalin

More: how To remove (NOT SHOW)for Block 9
.td-post-author-name
.td-post-date
.td-module-comments

I am not sure about the coding for this.

Thank You for Your great help.

Post count: 23312

Hello janamtrup,

Please try the following code and place it in Theme panel.

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

Thanks.

Post count: 186

Please is it possible to show just the date on block for the first leading post while the remaning ones dont have, also is there a way i can target a specific block 9, because i have more than one on my site

Post count: 23312

Hello willysawa,

If you are using more block 9 for your website, and you want to target the specific one, you have to add custom class for each row that contains your block and this you can set from Visual Composer, like this -> http://screencast.com/t/ZQmbJHLEz and then you have to use this code ->

.customclass .td-post-author-name{
display:none!important;
}

Hope this helps!

Thanks.

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