Simple text only widget

Posted in: Newspaper
Post count: 23

Hi, does anyone know of a widget for the footer that is ONLY the post title (no author or tags/categories) but with a filtering capability. I’m currently using Block 9 but can reduce it so it only has the post title? Thanks

Post count: 23312

Hi,

You need to use the code below and place it in Theme panel -> Cusotm CSS Area.

.td-block-span12 .td_module_7 .td-module-thumb{
display:none;
}
.td-block-span12 .td_module_7 .item-details{
margin-right:0;
}

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

Hope this helps!

Thank you!

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