How to make Portfolio unclickable in Zelle

Zelle Pro comes with a styling portfolio section, which is a great place to showcase your amazing work. But in some case, you may want to make your portfolio unclickable and remove the link from it. And here's how you can do that:

1. First, make sure you're using a child theme

2. Now copy /sections/portfolio.php file to your child theme, and you've to maintain the same folder structure( zerif-pro-child/sections/portfolio.php). 

3. Now find the following part of the code. Delete it and then save your changes to the file.

href="<?php the_permalink(); ?>"

4. Go to Appearance -> Customize -> Portfolio Section -> Settings and make sure these options are unchecked:
5. Also, go to Appearance->Customize->Additional CSS and add the following:

.cbp-rfgrid li a{
cursor: default;
}
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us