How to deactivate line with the "Date and Reading time" for articles?

Post Reply
User avatar
stani
Master Bludit
Posts: 79
Joined: Wed Oct 14, 2020 1:34 pm
Has thanked: 1 time

How to deactivate line with the "Date and Reading time" for articles, please?
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

This depends from the theme.

If you use the theme Alternative or Blog X you can set the class card-subtitle to display: none.

You can do this with the plugin HTML Code entering the following in the field "Head":

Code: Select all

<style>
.card-subtitle {
   display: none;
}
</style>
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
stani
Master Bludit
Posts: 79
Joined: Wed Oct 14, 2020 1:34 pm
Has thanked: 1 time

Thanks ;)
Post Reply