Austin Portfolio Pages

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17842
    fraserallen
    Member

    is there any way to completely prevent the portfolio pages from displaying? – I want to keep the portfolio section as it is but need to remove the links so that it no longer takes you to the specific portfolio post entry when clicked
    site is designpoint.net
    I wish to prevent any pages at http://thedesignpoint.net/portfolio/… from showing but want to keep the portfolio (Work) section as it is.
    thanks in advance
    Fraser

    #17847
    Veena
    Moderator

    Pls use the following custom CSS in themeoptions –

    #work .image-info h3 {
        pointer-events: none;
    }
    #work .type-portfolio .image-info .terms {
        display: block;
        pointer-events: none;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Austin Theme Support’ is closed to new topics and replies.