How To Change Featured Images

Posted in: Newsmag
Post count: 80

Hello TagDiv,

I am wondering if there is a way to change the featured image in an article to Style 3 if I am using default?

Essentially, I want to keep the default post template but I want the image to be the same as Style 3 (full span).

Is this possible?

Post count: 6535

Hi

You can achieve that by adjusting the code from loop-single.php. Just replace the original code with this one: http://pastebin.com/DZLhyFxPhttp://screencast.com/t/ej2tajOPK then add this css in theme panel > custom code > custom css:

.td-post-template-default .td-modal-image img{
margin-bottom: 0;
}

The result should be like here: http://screencast.com/t/Oa4AN0wwgs

Thanks!

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