• Resolved ocdmama

    (@ocdmama)


    Is there a way (really dumbed down for a non techy person) to remove the page NAME from the top of the page? I still want the page name in the menu of course, but just not at the top of each page. Example: “Ballpoints / Pencils” at the top of this page: https://ocdhobbiest.com/ballpoints-pencils/

    I would want to do the same for all my pages though if it’s possible, rather than the one example given. I am using the Customizer theme. Thanks in advance!
    Sharon

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try this in Customise>Advanced options>Custom CSS

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

    (@ocdmama)

    Is this available in a “more dumbed down” size? I have less than zero knowledge of CSS!

    Can’t get dumber than this! You simply cut&paste this code to the Custom CSS panel I’ve pointed you to.

    Thread Starter ocdmama

    (@ocdmama)

    Sorry – missed the breadcrumb trail… WOW! That worked perfectly – what an easy fix! The CSS part scared me since I’ve never worked with that (don’t even know what it is really)… Thank you SO much – the pages look much better now!

    Thread Starter ocdmama

    (@ocdmama)

    Marking this topic as resolved and closed. Thank you again rdellconsulting for your quick and efficient fix!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can I remove the page NAME from my pages?’ is closed to new replies.