Post Content Hyperlink Style

Posted in: Newspaper
Post count: 38

1, How do I customize the style of hyper links ONLY inside my post like below?
a, hyperlink- text color: default (black), decoration: underline, underline color: blue,
b, On hover- text color: blue, rest keep same.

I would like to have this change even in Sub Headings (NOT H1) if hyperlinked. I hope this WILL NOT affect Home page or Sidebar post titles.

2, Is there any way to display related post inside the post like lifehacker.com style (with a small thump image, Title and Expert)?

Post count: 23312

Hello kodiyan,

1)Please try the code below and place it in Theme panel->Custom CSS area.

a {
color: black;
border-bottom: 1px solid #4db2ec!important;
}
.td-post-content a:hover{
text-decoration: none;
color:#4db2ec
}

2)Unfortunately, the theme does not have any such an option that allows you to change the position of Related Articles. If you want to change the position you should edit the theme core file and move the code where you want, like this -> http://screencast.com/t/AtcKLbIe9o

If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for your understanding!

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