• Resolved jaaskelainen

    (@jaaskelainen)


    Hi!
    I can’t seem to find any way within the theme options to customize/edit the “Project”-widget default page/post for each project. In my case i would like to disable the “Project title” and “Project description” headers, and also remove the right sidebar (Latest posts, recent comments, archive etc.)

    Or is there any other way to get it the way i want?

    Thanks!

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

    There are no options for this but you can customize it by adding this to a custom CSS plugin:

    .project-name,
    .project-desc,
    .single-projects .widget-area {
       display: none;
    }
    .single-projects .content-area {
       width: 100% !important;
    }

    Thread Starter jaaskelainen

    (@jaaskelainen)

    Worked like a charm!

    Thank you!

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

The topic ‘How to edit projects page’ is closed to new replies.