Viewing 9 replies - 1 through 9 (of 9 total)
  • Tareq

    (@worthingtech)

    In you style.css:

    .entry-title {
    display: none;
    }
    Thread Starter LittleRiverBB

    (@littleriverbb)

    I actually got rid of it on the index page by adding a “title” div and using “.entry-title {display: none}” but that means I have to add that to every page. Is there something I can add to the css file that would achieve this for all my pages at once?

    Thread Starter LittleRiverBB

    (@littleriverbb)

    Where in the CSS file should it be placed?

    stephencottontail

    (@stephencottontail)

    What @tareq posted should have worked without you having to add anything to the .php files. Did something go wrong?

    EDIT: Just saw your last post. You should get a custom CSS plugin and then you can add that code.

    Thread Starter LittleRiverBB

    (@littleriverbb)

    I took it out of the php and put it into the css (without the div syntax of course) and it doesn’t solve the issue. I am wondering if it matters where in the CSS I put it.

    Odd that using the same exact syntax except putting it in a div in my php worked but not in CSS.

    Tareq

    (@worthingtech)

    I agree with @stephencottontail – will be much easier to edit for you then.

    Thread Starter LittleRiverBB

    (@littleriverbb)

    Got it…yay! Just had to add @tareq’s syntax into the “Global” section of my css. Thanks to both of you, just had to be persistent with trial and error.

    Tareq

    (@worthingtech)

    No worries, trial and error rules all!

    How do i remove date ,time and comments in posts

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Blue Planet theme: How do I remove page titles?’ is closed to new replies.