Remove Link in Portfolio

Home Forums Jevelin Theme Remove Link in Portfolio

Home Forums Jevelin Theme Remove Link in Portfolio

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • huckleberry23
    Participant

    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>

    Shufflehound
    Moderator

    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

    huckleberry23
    Participant

    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!

    • This reply was modified 2 years, 9 months ago by Shufflehound.

    Shufflehound
    Moderator

    That is great that it worked! 🙂

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