Tag background colour

Posted in: Newsmag
Post count: 59

Hi,
Id like to know how can I change the background colour from tags in sidebar (please check the attachement).
I also like to know how can I add a line up the topics at main page as in the attachement 2.
Thank you
http://es.tinypic.com/r/2v8o4dz/9
http://es.tinypic.com/r/2dkd1zm/9

Post count: 6535

Hi

Please provide your site url as I need to inspect this closer in order to provide a solution.
Thanks!

Post count: 59

Hi,
Here you are: http://thezugzwangblog.com/
Thanks!!

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css to change the color for the indicated tags: http://screencast.com/t/s81Htc7P

.widget_facebookwidgetplus .block-title > span{
background-color: red;
}
.widget_tag_cloud .block-title > span{
background-color: green;
}

The indicated border it’s designed to appear on Newspaper theme, however this can be achieved using custom css like here: http://screencast.com/t/uWOwu4GXYu

.block-title {
border-bottom: 2px solid red;
}
.block-title > span{
top: 1px;
}

Let me know how it goes.

Thanks!

Post count: 59

Hi Andrei,
the line under the tagline does not reach the end as in the example, only covers the block label. The other solution works perfectly. Thank you.

Post count: 6535

Hi

Sorry about that, I forgot a line of css. Replace the last css code with this one, it should work fine now:

.block-title {
border-bottom: 2px solid red!important;
display: -webkit-box;
}
.block-title > span{
top: 1px;
width: 100%;
}

Thanks!

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