• Resolved kathleenberbec

    (@kathleenberbec)


    Trying unsuccessfully to remove the main header titles on my pages (NOT my blog posts). I could maybe settle for at least centring them, but that is not working either. I followed the (multiple different) css instructions I found, but nothing is working, so I’m wondering if this could be a php issue?

    My site can be found at: kathleenberbec.com. Specifically, I am trying to remove the page title on my home page, as well as “about” and “projects”.

    I do have a custom page template for my home page (to make it full-width with the sidebar removed, as Reddle does not come with that option). Is it possible to edit the php for that?

    I’ve been going around in circles for so long, I’m not sure what to try next! Any help or insight would be appreciated! Thank you!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can target the page id individually.

    #post-109 .entry-title, #post-2 .entry-title, #post-332 .entry-title {
    display: none;
    }
    Thread Starter kathleenberbec

    (@kathleenberbec)

    Thanks @batharoy… It works!!

    I was getting super frustrated…and just now realized that I had left off the closing } on the rule above which was basically screwing up everything I was trying to do. I may have just solved like 8 problems in one. Thank you SO much for your help!!

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Removing page titles – css or php?’ is closed to new replies.