Hi Bidul,
thanks for using MH Magazine lite and we’re happy that you like the theme.
Not sure why you would want to remove the icons, but you could hide them with some CSS, for example:
.mh-meta .fa { display: none; }
When it comes to CSS customizations, you can always use tools like for example Firebug to inspect the elements on your site and then add your own CSS code as you like, for example by using a plugin like: Simple Custom CSS.
Thread Starter
Bidul
(@bidul)
Thank you for the quick response 😉
How to remove “Posted by: admin” and icon
How to remove the comment block ?
How to remove “Posted by: admin” and icon
Actually, the theme doesn’t display “Posted by: admin”.
How to remove the comment block ?
You can disable comments in your WordPress dashboard under “Settings => Discussion”. Here you can find more information: Understanding Comments in WordPress.
Thread Starter
Bidul
(@bidul)
You can’t remove these elements without creating a child theme and then modifying the function that handles the post meta data. However, if you don’t want to show post meta data on posts, you simply could hide it with CSS:
.entry-meta { display: none; }
As an alternative, in case you don’t want to modify code, the premium version of MH Magazine offers options to disable the post meta data, among several other additional features, options and custom widgets.