how do I do this

Posted in: Newsmag
Post count: 3

Good day, I want to do for now a couple of adjustments.
  One: I want links within the content of each post is blue and is underlined by passing the mouse, I can not do it because if I put the custom CCS, style grabs also the sidebar and just want it in content.

Two: the end where it leaves post related post want to eliminate most of the author and do in this part, and leave only related?

Thank you and excuse my English, (not because I speak English very well)

Post count: 6535

Hi

Not sure what you mean, but if you want to change the color of the links in post’s content use this custom css from Theme Panel->Custom css for example: http://screencast.com/t/duRXgKo8

.td-post-content a {
color:#D2D;
}
.td-post-content a:hover {
text-decoration:none!important;
}

And if you want to hide more from author please try this css code: http://screencast.com/t/Feq8Lcvy

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

Hope this will helps!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.