This topic has 3 replies, 2 voices, and was last updated 10 years by sharmstr.

  • Author
  • #82794
     bhlue
    Participant

    How do I remove the Post Title from custom post types. I’m using a Hide Title plugin that works on pages when I check the box, but it doesn’t work on the custom post types. See attached (I want to remove the post title which shows on the top left). Any ideas? Thanks in advance!

    Michele

    #82797
     sharmstr
    Moderator

    if your cpt is called color-codes, you can hide it with this

    COPY CODE
    
    .single-color-codes .page-title {
    display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #82907
     bhlue
    Participant

    Stupid question alert. where do I input that css code?

    #82908
     sharmstr
    Moderator

    🙂 Theme Options > General > Quick CSS

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?