Home Forums WoodMart support forum Remove Portfolio page

Remove Portfolio page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #317456

    yaren pelin
    Participant

    Hello ,

    I don’t want it to send me to another link when I click on the pictures on the portfolio page. Portfolio will only be an image, not an openable page. How can I do that ?

    Attachments:
    You must be logged in to view attached files.
    #317475

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global Custom CSS section:

    .portfolio-entry {
        pointer-events: none;
    }

    Best Regards.

    #317477

    yaren pelin
    Participant

    I tried this but it also removed the hover effect. I don’t want the hover effect to go away. I want it to write text (hover effect) when I hover over it and show the image as a pop-up when I click on the image. I would be very happy if you help

    #317478

    yaren pelin
    Participant

    İmage pop up like attachment picture

    Attachments:
    You must be logged in to view attached files.
    #317484

    Hello,

    Ok, then please delete the old custom CSS code and use the below custom CSS code:

    .portfolio-entry .entry-header a.project-link {
        pointer-events: none;
    }

    Best Regards.

Tagged: 

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