How to Increase The Image Size of Similar Post ?

Posted in: Newspaper
Post count: 29

I want to increase the size of images in Similar Post. you can say that i want yo use Module 7 for this. how can i ?
also tell me that how to hide the Title of Similar Post ?

Post count: 6600

Hi,

You can change the module used for Similar Posts from here http://screencast.com/t/j2QCMYK044c
Unfortunately these dose work only for module 2,3,4,5,6 which is’t default.

Regarding the title, if you are referring to the “Similar Articles” section, you can use this custom CSS in Theme Panel > Cusotm CSS:

.similar-articles .block-title {
display: none;
}

To hide the posts title use this CSS:

.similar-articles .td_mod_wrap .entry-title {
display: none;
}

Hope this helps!
Thanks

Post count: 29

can i just increase the Size ?

Post count: 6600

Hi,

Unfortunately you can’t you have to modify the module for that and that is not an easy task.

Thanks

  • This reply was modified 12 years by Lucian.
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.