Home Forums WoodMart support forum Disable page title on all portfolio projects

Disable page title on all portfolio projects

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #635106

    vynil
    Participant

    Hey team, currently if I wish to disable the page title on a portfolio project, I need to do it manually for each project by turning off the page title setting. Is there a way to set this globally for all portfolio projects? Thanks in advance.

    #635244

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below:

    .single-portfolio .page-title {
        display: none;
    }

    Let me know if that works well for you.

    Kind Regards

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