How to remove 'More From Author' element?

Posted in: Newsmag
Post count: 56

Hello,

Since I’ve got no authors except for myself, I’d like to remove this element here:

http://take.ms/XC51y

How can I do that?

Thanks!

Post count: 7909

Hi,

You can hide it via custom css in Theme Panel > Custom Css: http://screencast.com/t/pUrMZKffFMr

.td-related-title .td-related-right {
display: none;
}
.td-related-title .td-related-left {
border-radius: 3px;
}

Thanks!

Post count: 56

Thanks!

Can you tell me how I can change the color of these elements:

http://take.ms/hPGrw

?

Thanks in advance!

Post count: 7909

Hi,

You can change it via custom css: http://screencast.com/t/wJ5yil23MNH

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

Thanks!

Post count: 2

Hi,

from an SEO-perspective hiding elements (that are still there) is never be a good idea. Are there any other options?

*Edit: Nevermind, I already found the proper solutions: http://www.screencast.com/t/lcOtuP7KXgX

  • This reply was modified 8 years by Toaster.
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.