Need to edit block 15

Posted in: Newspaper
Post count: 16

I love the layout of block 15 but instead of showing the category on the image, i’d like to have the author name. How do I change this?

Also when I leave the title for a block empty, it shows “Block title” instead of being blank like it says it should.

  • This topic was modified 9 years by jmask.
Post count: 6535

Hi

You need to edit td_module_mx4.php file and replace the original code with this one: http://pastebin.com/SxeKXfE4 -http://screencast.com/t/uetEFOzMJYeL Ands also add this css in theme panel > custom code > custom css: http://screencast.com/t/Kc0PB6ffJpv

.td_module_mx4 .td-post-author-name{
display: inline-block!important;
position: relative;
top: -30px;
background-color: red;
}
.td-author-date{
position: absolute;
}

Thanks!

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