Remove "More from Author"

Posted in: Newspaper
Post count: 122

Hi,

quick question. How can I remove the tab “More from author” on my posts? I can’t find it in the theme panel under related articles.

Post count: 31

+1

Post count: 5

+1!

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/feXVaxbOzj

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

Thanks!

Post count: 122

Hi Alin,

thanks for your help. For some reason that didn’t work for my site, see http://www.brettspiele-magazin.de/spinderella/

I do leave your code included in the custom css box in theme panel so that you can better check what is happening.

regards,
julingn

Post count: 7909

Hi,

Try this code: http://screencast.com/t/FzbO8r0F

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

Thanks!

Post count: 122

Hi Alin,

thanks again. Still the same, the More from Author is still displayed.

Any idea?

regards,
julingn

Post count: 84

Have you tried clearing Cache afterwards? I used the first CSS and it worked on my site

Post count: 122

Yes, I cleared cache after both css snippets. Very strange, but good that it worked for you, hhealth.

Post count: 122

Problem is solved. For some reason I needed to move the css snippet to the top of my custom css changes.

Thanks for your help!

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