• Resolved tonydotigr

    (@tonydotigr)


    Greetings, I’m trying to remove the Title from the home PAGE. For other pages the title is fine, but I’m having problems removing from the main.

    Appreciate any help!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter tonydotigr

    (@tonydotigr)

    Its the page title I’d like to remove, not main website title.

    For every page WordPress adds the title to the page would like to remove that…

    Thread Starter tonydotigr

    (@tonydotigr)

    Here’s a link, would like to remove the text in RED.

    Thread Starter tonydotigr

    (@tonydotigr)

    Thread Starter tonydotigr

    (@tonydotigr)

    Found my answer, the following code did the trick.

    .page
    .entry-header { display: none; }

    I added this code to style.css sheet at the bottom and it worked perfectly.. i was researching forever but this simple thing finally worked!!!

    .entry-title, .entry-title a {
    display: none;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Title from Homepage – Admired Theme’ is closed to new replies.