I’d like to remove the link from the title of the portfolio. I saw a post from 2014 about adding .your-custom-class .inner-entry { pointer-events: none; } to the css but that didn’t work. When I’m on a portfolio page, I only want the image to link to itself and I want to remove the link on the text beneath the image. For example, on this page: http://mtgstaging.m-t-g.com/website/portfolio-semiconductors/ where it says “”IP Cores,” “FPGA,” etc. I don’t want that to link to anything.
Thanks!
Hey ESWEENEY113,
Add this to quick css:
.avia-fullwidth-portfolio .av-portfolio-grid-sorting-container header h3 a{
pointer-events:none!important;
}
Best regards,
Jordan Shannon
Perfect. Thank you! You can close this ticket.
Erin
Hi,
I’m glad it worked and am happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon