I want to make "Related Articles" rounded from right side and more

Posted in: Newsmag
Post count: 43

I have removed ‘More From Author” button via commenting on themeforest. Now i want to make “Related Articles” button rounded from right side and want to make it non-clickable and no-hove-effect. http://www.screencast.com/t/mPHeoaSZpw

Post count: 7909

Hi,

Please use this custom css:

.td-related-title .td-related-left {
border-radius: 3px;
}
.td-related-title a{
pointer-events: none;
cursor: default;
}

Thanks!

Post count: 43

Thank You! It’s done

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