Hide Meta Info
It is possible to hide meta information in Blog, Portfolio and Gallery templates through Theme Options -> Post Types.
To hide meta information from:
– related posts;
– mini blog shortcode;
– mini blog widget;
please try to insert the following rule into Dashboard – Theme Options – Advanced – Custom CSS:
.post-content .text-secondary {
display: none;
}
To remove all meta info from search result page, please insert the following rule into
Dashboard > Theme Options > Advanced > Custom CSS:
.search-results .entry-meta {
display:none;
}