Read more and author

Posted in: Newspaper
Post count: 70

I need some help:

1: How can I hidden the “read more” from being displayed in a module? I created this class and applied it to the module, but it does not work

/* hidden readmore/
.class55 .td_module_mx16 .td_block_24 .td-read-more .more-link-wrap a {
display: none;
}
—————————
2: How can I show the author of an article in a particular module?

Thanks in advance

Post count: 22421

Hello,

1)Try the code like so:

.class55 .td-read-more{
display:none!important;
}

2) The author is added on every module file in particular:
https://www.screencast.com/t/YKvApuHVeL

Thank you!

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