Display Selected Portfolio pix on Homepage

  • Unknown's avatar

    I would like to only display ‘available’ paintings on the homepage of my website. I’d like to display only ‘sold’ paintings on a separate page.
    How do I do this?
    I have a premium account.
    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Hey there, sorry we missed this earlier.

    Sketch is designed to showcase all of your portfolio projects on the front page. While we could likely use some tags and CSS to hide the ones that are sold, it might create an unbalanced look.

    You could try something like this, though, to indicate which ones are sold already. That may help you show your work is in demand, too. If you want to try it, tag a few projects as sold, then add this to Customize > CSS:

    .jetpack-portfolio-tag-sold::before {
        content: "Sold";
        display: block;
        background-color: #00000099;
        color: white;
        font-weight: bold;
        padding-left: 1em;
        position: absolute;
        z-index: 1;
        padding: 1em;
        border-radius: 0 0 50% 0;
    }

    If you need more customizations you might try hiring a developer via UpWork.com or another provider, but I think that should work well for you. :)

    Hoping this helps!

  • The topic ‘Display Selected Portfolio pix on Homepage’ is closed to new replies.