Anemone project types

  • Unknown's avatar

    Hi! Is there a way to hide the words “Project Type:” when showing all my projects? I just have one project type and it just looks weird. Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    The title, Project Type: Albums is created by the WordPress and theme software as one single line of text, so we cannot hide just part of it. We can however, with the following CSS hide the entire title though. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following.

    .tax-jetpack-portfolio-type .page-title {
        display: none;
    }
  • The topic ‘Anemone project types’ is closed to new replies.