Okay
  Public Ticket #2392942
featured images non clickable
Closed

Comments

  • cmarclos started the conversation

    Good evening,

    I would like to know how I can temporarily make it impossible to click on the featured images to access the inner page of the portfolio item. I want the featured images and the hover to be seen on the home page but not clickable. Is that possible?

    https://calidoscopistudio.com/

    C.

  •  675
    Neuron replied

    Hi C,

    You can have two solutions, use the media gallery element, or simply add the following style in Custom CSS(I Would suggest you the second way, when they're back you can remove that line).

    .l-posts-wrapper a {
        display: none !important;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • cmarclos replied

    Thank you!

    I have added the code in the Custom CSS but this is not exactly what I wanted. By adding this code the featured images disappear from my home and I want the images to be seen, the hover to be seen but not clickable.

    Is there any way of doing this?


    C.

    https://calidoscopistudio.com/


  •  675
    Neuron replied

    Hi C,

    I am very sorry for the late reply, we did not work on the Weekend & Friday, due some holidays.

    I am sorry, I think I've sent the wrong code, add this instead.

    .l-posts-wrapper a {
        pointer-events: none !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • cmarclos replied


    Wow! Perfect, thanks! 

    This is what I wanted! :)

    C. 

  •  675
    Neuron replied

    You are welcome anytime, feel free to ask for anything you needsmile.png

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.