Reduce space top and bottom block 17

Posted in: Newspaper
Post count: 186

please help me with
1.css code to make the leading text more bigger
2. Css code to close the top and bottom space
3. make the div line more bigger n visible
4. hide the date
line

  • This topic was modified 8 years by willysawa.
  • This topic was modified 8 years by willysawa.
Post count: 20688

Hi,

1. The text font properties of most modules can be modified by editing the block
https://www.screencast.com/t/MC6Jn2ueMW

2/3 That padding and margin could be removed like this, also adds a different border
https://www.screencast.com/t/2gU3uc3lExW
You can modify the values as you wish

.td_block_17 .td_module_4,
.td_block_17 .td_module_8{
padding-bottom: 15px!important;
margin-bottom: 8px!important;
border-bottom: 2px solid red!important;
}

4. The date can be disabled in the theme panel
https://www.screencast.com/t/6OyMnIrhwk

Post count: 186

It worked perfectly, but i want to hide only the date for block 17. how do i achieve it using css ? something like hide meta info

Post count: 23312

Hello willysawa,

If you want to hide the meta info date only for Block 17, please try using the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td_module_4 .td-module-meta-info .td-post-date, .td_module_8 .td-module-meta-info .td-post-date{
display:none;
}

Hope this helps!

Thanks for your understanding!

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