Features of two blocks together

Posted in: Newspaper
Post count: 45

Hello,

I am facing a problem here.
I use Block 15 for my home page, but it does not show the date.
Now I tried Block 16, but it does not show the category tags.

My requirement is this, I need to show both date and category tag for such a block.
Is it possible some how?

-Josin

Post count: 23312

Hello josinc,

If you want to display the date for your Block 15, you should edit the td_module_mx4.php and add the following snippet of the code here -> https://www.screencast.com/t/SVukoRDOz

If you want to display the category tags for your Block 16, you should turn on the settings from Theme panel for module mx7 from here -> https://www.screencast.com/t/CbJKqSrI

The results can be seen here -> https://www.screencast.com/t/wYvwOWZvOU88

Thanks for your understanding!

Post count: 45

Thank you Catalin for the great support.

-Josin

Post count: 45

Let me ask one more question.
How can I change the colour of category tags in homepage from black to some thing else?

-Joisn

Post count: 1341

How can I change the colour of category tags in homepage from black to some thing else?

Try the code below and place it in Theme panel->Custom CSS area.

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

Post count: 45

Thank you Edward!

It indeed worked except for Big Grids in home page.
Any suggestions?

-Josin

Post count: 45

Don’t mind, I figured it out!

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