Remove portfolio link - by Tiina - on WordPress WooCommerce support

This topic has 8 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler

  • Avatar: tipadei
    Tiina
    Participant
    November 26, 2017 at 10:31

    Is it possible to have the portfolio page layout, but without the images having the links to the project pages? I could use the gallery widget for the same look, but then I will also loose the portfolio categories buttons which let me see images only from a specific category, and I would like to keep this feature.

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 27, 2017 at 10:04

    Hello,

    Please try to use this code in custom css:

    .portfolio-item .xmedium-btn:last-child {
        display: none;
    }
    

    Regards

    Avatar: tipadei
    Tiina
    Participant
    November 27, 2017 at 14:19

    This seems not to work for me. There is no effect. I send you the page in question. Could the problem be with the fact I’m using a custom css plugin? All other css changes have worked with the plugin but this seems not to.

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 27, 2017 at 14:23

    Please try to change the previous code to:

    .portfolio-item .portfolio-image .portfolio-mask .mask-content a:last-child {
        display: none;
    }
    .portfolio-item .portfolio-image .portfolio-mask .mask-content {
        margin-left: -30px;
    }
    

    Regards

    Avatar: tipadei
    Tiina
    Participant
    November 27, 2017 at 14:33

    Thank you, that worked! I could also get rid of the zoom effect. What is the css for that?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 27, 2017 at 14:34

    Change this

    .portfolio-item .portfolio-image .portfolio-mask .mask-content a:last-child {
        display: none;
    }
    .portfolio-item .portfolio-image .portfolio-mask .mask-content {
        margin-left: -30px;
    }

    to

    .portfolio-item .portfolio-image .portfolio-mask .mask-content a {
        display: none;
    }

    Regards

    Avatar: tipadei
    Tiina
    Participant
    November 27, 2017 at 14:40

    Thanks!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 27, 2017 at 14:47

    You’re welcome!
    This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.

    Regards

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘Remove portfolio link’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.