Home › Forums › Jevelin Theme › Remove Link in Portfolio
Home › Forums › Jevelin Theme › Remove Link in Portfolio
Hi there – I am using the Architect Demo theme and the above CSS doesn’t work for me to remove the link from the portfolio images. In fact, I’ve tried adding custom CSS in three different Additional CSS or Custom Code areas in the dashboard for this theme and none of them seem to display any CSS modifications in general, so it’s difficult to tell if the CSS addition above actually works or not. Can you help?
<div class=”sh-bbpress-special”></div>
Hi there,
Custom CSS should easily work after adding it.
We can see that you are using caching plugin, did you try to clear the cache after modifications? Or turn it off for the testing purpose.
Best regards,
Shufflehound team
Hi there-
This did not work for me:
.sh-portfolio-single-info .sh-portfolio-single-info-item:last-child a{ pointer-events: none; cursor: text; }
But this did:
.sh-portfolio-fancy-itemc-container { pointer-events: none; }
Thank you!
That is great that it worked! 🙂