Delete "More From Author"

Posted in: Newsmag
Post count: 12

Hello,

On the articles, I would like to make changes:
1 / At the bottom of the articles I would like to remove the tab “More From Author”
2 / I would like to change the color of the background on the tab next to it
http://hpics.li/12a6dff

Which file should I modify?

Thank you

Post count: 23312

Hello F3rious,

In order to remove more from author you can use 2 methods:

The css method:

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

or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd

For your second request, if you want to change the background-color for the Related Articles tab you should use the cocde below and place it in Theme panel->Custom CSS area.

.td-related-title .td-cur-simple-item {
background-color: red;
}

The result you should see here -> http://screencast.com/t/mKqMSHeV

Thank you!

Post count: 12

Hello Catalin,

Congratulations on your support very fast and efficient.
Thank you very much

Post count: 199

sorry. wrong post. delete it

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