more from Author- Editing code discouraged

Posted in: Newsmag
Post count: 6

Hello,

I really need to get rid of “more from Author” next to related posts at the bottom of every post.

I totally appreciate that you have already answered this, with clear instruction however I am so frightned to do it myself for fear of messing it up!!

Can you assist me on this matter Pleeaaaase!

thank you!

Post count: 23312

Hello someseeds,

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 code 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!

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