Home › Forums › Gillion Theme › Remove Post Meta Data Display
Home › Forums › Gillion Theme › Remove Post Meta Data Display
You can enter the below css into the CSS Code text field to remove the meta data from displaying on the home page. The CSS Code can be found at Appearance / Theme Settings / Custom Code / CSS Code. Hopefully this helps someone!
.home .post-meta,
.categories,
.tags {
display: none;
}
You can enter the below css into the CSS Code text field to remove the meta data from displaying on the home page. The CSS Code can be found at Appearance / Theme Settings / Custom Code / CSS Code. Hopefully this helps someone!
.home .post-meta,
.categories,
.tags {
display: none;
}
I hope you are well today and thanks for helping out here in this forum.
Your help here is really appreciated.