want hide images in Related articles

Posted in: Newspaper
Post count: 15

i just want to hide images for Related articles

Post count: 23312

Hi problogger,

Please try the code below and place it in Theme panel->Custom Css area, like this: http://screencast.com/t/6Ee4TKLkP

.td_mod_related_posts .td-module-image {
display: none;
}

The result you should see here: http://screencast.com/t/Px0LygM41

Thank you!

Post count: 15

thanks great support..

one more small help needed

how to hide more from author…..i dont want to show this…

Post count: 23312

Hi problogger

Pleae try the code below and hide ‘More from author’.

.td-related-title .td-related-right {
display: none!important;
}

Thank you!

Post count: 15

thanks

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