Show categorie name in "module 3"

Posted in: Newspaper
Post count: 15

Hello

How can I display the categorie name in the “module 3” in the homepage.
I just want the name of the category without the internal link.

Please, could you provide me a code for this module.

Best regards

website : http://riddimtunup.com/
version : 4.6.1

Post count: 3343

Hi,

Edit td_module_3.php file and add this code: http://pastebin.com/HNrVyFpy here: http://screencast.com/t/oBaQTgujBU6G

Add this CSS in Theme Panel -> Custom CSS

.td-category .entry-category span {
display: inline-block !important;
padding: 2px 8px 2px 8px;
margin-bottom: 4px;
font-family: "Roboto Condensed";
color: white;
background-color: #4db2ec;
font-size:12px !important;
line-height: 15px;
}

result: http://screencast.com/t/13lg6JXWgHc

Post count: 15

Great !
Many thanks

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