remove photo link

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17947
    ruthj
    Member

    Hi

    You sent me some custom css to remove the photo link from the work section
    #work .image-info-buttons {
    display: none;
    }
    This worked. I would also like to remove the button also on the portfolio page. Please can you tell me what CSS to put in to remove it from there also?

    may thanks
    Ruth

    #17949
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

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