Home Forums Basel support forum How to remove page title on all post (posted or will be posted in future)

How to remove page title on all post (posted or will be posted in future)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #128556

    martina
    Participant

    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.
    #128578

    Hello,

    You need to enter the post and disable the title http://prntscr.com/o1x96y

    Best Regards

    #128816

    martina
    Participant

    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.

    #128888

    Hello,

    Please try this code adding to the Theme Settings > Custom CSS > Global:

    .archive .page-title-default {
    display:none;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)