Home Forums WoodMart support forum Edit Portfolio Page/Add Images to Portfolio Page

Edit Portfolio Page/Add Images to Portfolio Page

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

    WASIPLtd_Website
    Participant

    Hello,

    I would like to create a section within my website where I can post only images of products.

    This will allow customers to browse images of my product offerings that are already released or soon to be released. You can refer to this as a “product lookbook”.

    I imagine the correct way of creating this page is with the use of the “Portfolio” element. However, how do I edit the portfolio to only show images? As of right now it only allows me to upload products from my website which I don’t want.

    Please see screenshots:
    https://gyazo.com/09a556eab6614767a456f9da50f8d0d5 <- The images appear to be getting pulled from the project section. Is that where I’m to upload my images for this?

    Thanks.

    #379250

    Hello,

    You can only upload the images in the portfolio project featured image. It is not possible to fetch images from the products section.

    Please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS to remove the on hover text from portfolio images.

    .portfolio-hover .wrap-title, .portfolio-hover .wrap-meta {
    display: none;
    }

    Best Regards

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