How can I hide page title ?

Home Forums Omega How can I hide page title ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2148
    mhmtcbn
    Participant

    I am doing a new site in my subdomain http://sorucevap.siksorulansorular.org/ I want to hide page title but I couldnt do it.

    #2160
    lverkeyn
    Participant

    I’m using the child theme of Omega, “shopping”… and I’ve hidden the title on my pages.
    I used Firebug for Firefox to see what class is used in my theme… it was called entry-title.
    when you know what the css class is for your heading title, you can then put this in your custom css panel in your theme admin area (you would change .entry-title to whatever your title class is on your theme… it may be the same…

    /* comment out the page title from showing */
    .entry-title {
    display: none;
    }

    #2190
    ckubs
    Participant

    Hey, I use this small plugin for that( works for both pages and posts)

    http://wordpress.org/plugins/hide-page-post-titles/

    #2193
    mhmtcbn
    Participant

    Thank you lverkeyn and ckubs, its perfect 🙂

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

You must login to reply to this topic.