Remove POST tags, categories, admin etc
Moderator: forum_m
Remove POST tags, categories, admin etc
I would like CSS code to remove all meta data from appearing on a post page.
I don't want to see author, post tags, post categories, date or No Comments.
See image. URL - http://www.footprintgardens.com.au/zero ... ng-sydney/
Many thanks
I don't want to see author, post tags, post categories, date or No Comments.
See image. URL - http://www.footprintgardens.com.au/zero ... ng-sydney/
Many thanks
-
- Posts: 7229
- Joined: February 26th, 2015, 1:40 pm
Re: Remove POST tags, categories, admin etc
insert code in custom css and Let us know for further query
Code: Select all
.blog-text
{
display: none !important;
}
.blog-meta {
display: none !important;
}
Re: Remove POST tags, categories, admin etc
That worked, thanks.
The tags, date and author are still visible on the home page.
Can they be hidden also?
The tags, date and author are still visible on the home page.
Can they be hidden also?
-
- Posts: 7229
- Joined: February 26th, 2015, 1:40 pm
Re: Remove POST tags, categories, admin etc
please share page url where The tags, date and author are still visible because it does not found on home page
Re: Remove POST tags, categories, admin etc
It's not on the home page because of the situation.
That screenshot is when it was on the home page. Until it's fixed it cannot be displayed.
That screenshot is when it was on the home page. Until it's fixed it cannot be displayed.
-
- Posts: 7229
- Joined: February 26th, 2015, 1:40 pm
Re: Remove POST tags, categories, admin etc
Let us know Is you want to display it again?
Re: Remove POST tags, categories, admin etc
I know how to put it on the front page...I can do that. I sent the screenshot when it was.
I don't want to display the tages, author or date.
After you send the custom css I will once again put it on the home page.
Please send custom css to remove the tags etc as per screenshot
I don't want to display the tages, author or date.
After you send the custom css I will once again put it on the home page.
Please send custom css to remove the tags etc as per screenshot
-
- Posts: 7229
- Joined: February 26th, 2015, 1:40 pm
Re: Remove POST tags, categories, admin etc
put this CSS
Code: Select all
span.spa-post-date.short-left {
display: none;
}
span.spa-post-author.short-right {
display: none;
}
.spa-post-detail ul {
display: none;
}
Re: Remove POST tags, categories, admin etc
thank you kindly
-
- Posts: 7229
- Joined: February 26th, 2015, 1:40 pm
Re: Remove POST tags, categories, admin etc
You're most welcome.
Let us know for further query.
Thanks.
Let us know for further query.
Thanks.