Delete description excerpt and username on Home

Posted in: Newspaper
Post count: 10

I want to remove excerpt and author post on home page, but I don’t know how to do this.

http://imspartan.com/

Post count: 23312

Hello PedroFumero,

If you want to remove that section you should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-module-meta-info, .td-excerpt{
display:none;
}

Also, if you want to be more specific you should use some restrictive classes for what modules you are using for your blocks. More useful for creating a more accurate code is Inspector Browser. Please check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

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