Hi I’m looking to carry the color styling of category titles, ( which works currently on posts ) to modules within a page.
I’d also ideally like to display a posts tags within the thumbnail of modules, ( like the current category meta data )
Any help would be much appreciated.
any response on this?
its seems strange that it’s offered as an option within the admin, and then not carried through to the front end!?
Hi,
Unfortunately the theme doesn’t have an option for category tags to be colored on modules/blocks, this is applied only for posts pages like you figured out. You can change the category background and color on modules using custom css but it will be the same color for all of your categories.
If you use this custom css you will change the color for categories on all modules(set a general color) – http://screencast.com/t/I1rAN1gGo4J
.td-post-category {
background-color: rgb(192, 80, 80);
color: rgb(51, 51, 178);
}
Or you can do it only on specific blocks – check this topic as reference – https://forum.tagdiv.com/topic/change-category-tag-color/#post-51465
Hope this helps!
Hi Alin, thanks for getting back,
I can see the theme doesn’t do this out of the box, and I can obviously change the color sitewide, or block wide, with css as I have now: http://fundforumlive.com.gridhosted.co.uk/
I’m really looking for some guidance as to how this can be achieved, not just a … we don’t do that.
It’s done on the post page, so it is doable.
I’m also looking to add the tags, styled as per the current post page sidebar widget on my dev site above to the thumbs.
Any help would be much appreciated.
Hi,
You can take a look at articles module to see how category function is created there to display category background color – http://screencast.com/t/8eXVFOIHZl77 and here you can find the code for modules – http://screencast.com/t/X7XkRQ7ebM
You need custom work for this, so if you don’t know how to do it, I suggest to get a freelancer to do this for you, as we cannot provide any type of custom work at this time.
Thanks!