Blocks custmization for my websites

Posted in: Newspaper
Post count: 220

Hi team,

Can you help me with small customisation for some of the blogs according to my requirements

https://ibb.co/kiWj9d

For the block i want to disable category name …

And for the another Block

https://ibb.co/j37AFJ
i want to disable Date meta info and reduce spacing between two lines

For any info you can refer to http://www.techiexpert.com

Thanks

Post count: 20688

Hi,

You can disable the category tag for each module you want
https://forum.tagdiv.com/category-tag-on-modulesblocks/
Here is a list mentioning which modules every block/grid contain
https://forum.tagdiv.com/theme-blocks-modules/
I see you disabled them however, there are no category tags in the homepage at the moment.

The date can only be disabled in general, in the theme panel
https://www.screencast.com/t/hfhYeLpW5zh
If you want to remove it just for that block in the homnepage, use a CSS code like this
https://www.screencast.com/t/WbBKAjyHz

.td_block_17 .td-post-date,
.td_block_17 .td-post-author-name span {
display: none;
}

Thanks

Post count: 220

Thanks Simion

Post count: 220

Hi Simion,

For this block .. I want to show Author name next to Date

https://ibb.co/hnJLc8

Can you help me how can I show that

Thanks in Advance

Post count: 22421

Hello,

For that block, the author has been removed as a styling choice.
If you want to re-enable the author, please remove the comment lines like so:
https://www.screencast.com/t/uDAl5C93Nxe6

Thank you!

Post count: 220

Thanks let me implement in my case

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