Change color of source & via Buttons

Posted in: Newsmag
Post count: 53

Hello,

is it possible to change the colors of the source and via buttons below the posts?

Post count: 7909

Hi,

Please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/SqJk8FxRTp

.td-post-small-box span{
background-color: red;
}
.td-post-small-box a{
background-color: blue;
}

Thanks!

Post count: 53

But this changes also the color of the tags…

Post count: 7909

Hi,

Please use this css only for via/source buttons: http://screencast.com/t/TgkfV9Umsky

.td-post-source-via .td-post-small-box span{
background-color: red;
}
.td-post-source-via .td-post-small-box a{
background-color: blue;

Thanks!

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