How to remove page title on all post (posted or will be posted in future)
-
Hello I want to remove all page titles on all post. And in future I dont want to use CSS for each new post.
Any solution please?
Attachments:
You must be
logged in to view attached files.
Hello,
You need to enter the post and disable the title http://prntscr.com/o1x96y
Best Regards
So I need to do that everytime when I create new post?
The problem is that I want disable that for every post and page, this is web for client, and Client create posts every week.
Hello,
Please try this code adding to the Theme Settings > Custom CSS > Global:
.archive .page-title-default {
display:none;
}
Best Regards