Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Those strings are translatable, so you can use a plugin or generate your own .po and .mo files and translate them to your language.

    Hey Vlad,

    I would like to remove the ‘Project name’ the line under it, and the ‘Project description’ on the linked project page. How can I accomplish this?

    Hey,

    Use this in a custom CSS plugin:

    .project-name,
    .project-desc {
       display: none;
    }
    .entry-header {
       border-bottom: 0;
    }

    This will keep the actual project title, I assume you want to keep that.

    that worked thank you, also how would I put the protect title in the center?

    So i was just looking at another thing I was trying to change the layout of a couple of the pages and no matter what i do ( edit content, change template etc.) it stays the same, how do I fix this?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Project pages – remove 'project name' and 'project description'’ is closed to new replies.