border and category color

Posted in: Newsmag
Post count: 9

Is it possible to give the same colour to “the border around a text in the homepage;” with the colour appointed to the category of the text?
Moreover, on the lower left hand corner, where the name of category is written; is it possible to make the colour of the category visible without pointing with the mouse cursor?

sample

Post count: 7909

Hi,

Unfortunately the theme doesn’t have an option for this so the border color to be like the color of the category. Also the featured images from Big Grid cannot be targeted after category (name, ID etc) so the border cannot be changed via custom css.

You can change category color on module via custom css in Theme Panel > Custom Css: http://screencast.com/t/4fQhDcKouW

.td-post-category {
background-color: red;
}

The above code is general and will change this for all modules/blocks, but you can change this for each module if you want for example: http://screencast.com/t/bxodCpE4Z5

Hope this helps!

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