remove these on homepage only, not inside post

Posted in: Newspaper
Post count: 156

Hello

site DEV url : https://www.hellouk.org/%E9%A6%96%E9%A0%812016/

could you please tell that how to remove

*author name
*date
*number of comments

from homepage “only” (it is block 16) and we want that when ppl click post to read, they will be able to see those fine

thanks

  • This topic was modified 10 years by AilyRoot.
  • This topic was modified 10 years by AilyRoot.
Post count: 22421

Hi,
If you only need to remove these from the homepage and just on a block 16, you can use css to hide them like so:
.home .td_block_16 .td-module-meta-info{
display:none!important
}

Thanks.

Post count: 156

Hi

I use your css tweak on liveCSS editor on chrome, but

*author name
*date
*number of comments
are still there
(note that I do need subject appeared)

site DEV url : https://www.hellouk.org/%E9%A6%96%E9%A0%812016/

could you please help again

thanks

Post count: 156

I find


.td_block_16 .td-module-meta-info {
display:none!important
}

seems working, any drawback for using this without your “.home” ?

Post count: 22421

.home tells css to only apply the code to the homepage. If your page is not set as a homepage, then the code will not work. With your code, the css will apply on all pages.
Thanks

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