Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    There isn’t a way to easily remove just a portion of that element, but you can hide the whole title on all portfolio project type pages with this custom CSS:

    .tax-jetpack-portfolio-type .page-title {
      display: none
    }

    Alternatively, you could create a child theme and make some theme-file tweaks to remove just the “Tipo de Projeto” portion. If you prefer to go this route, let me know and I can provide further guidance with the necessary code if you need it.

    Side note, I noticed some PHP in your custom CSS editor – PHP can’t be added there, only CSS:

    01
    function wpb_list_child_pages() {
    }
    }
    Thread Starter andrejunckes

    (@andrejunckes)

    Thank you so much for your support @kathryn!
    I decided to remove all the title, and your tip completly worked, thank you, you’re awesome!

    Moderator Kathryn Presner

    (@zoonini)

    Great, you’re very welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove "Project Type" from portfolio title’ is closed to new replies.