• I cannot find ANY coding that will remove the Services title at the top of my page. Can someone help me figure out how to remove the annoying titles at the top of every page? Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Corey,

    It seems that you have managed to fix your problem.

    Thanks!

    Thread Starter coreydegroff

    (@coreydegroff)

    Yes, I did! Thanks!

    mamduuri

    (@mamduuri)

    I cannot find ANY coding that will remove the Services title at the top of my page. Can someone help me figure out how to remove the annoying titles at the top of every page? Thanks!

    Thread Starter coreydegroff

    (@coreydegroff)

    Go into your theme customizer and into “additional css” and type in

    .page-id-19 #intro {
    display: none;
    }

    *change the “19” to whatever page you want to delete the page title on*

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing Titles’ is closed to new replies.