Okay
  Public Ticket #2014658
change cursor to finger pointer when hovering over an image linked to lightbox
Closed

Comments

  • Michaela started the conversation

    Hi Neuron,

    I am using JQuery Lightbox for all my images and I am wondering, if there is a way to make the cursor switch to finger pointer when hovering over the images. Because now the cursor stays as it is and I'm afraid people don't get the idea to click on the images in order to enlarge them.

    Best

    Michaela

  •  675
    Neuron replied

    Hi Michaela,

    If you're using it for all the images, then it's very easy. Simply add the following style in Custom CSS.

    img {
        cursor: pointer;
    }

    Feel free to ask for anything you need.

    Kind Regard


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

  • Michaela replied

    Well, I´m using it for all images on the portfolio items. There are some images on the pages, that don´t need the lightbox and therefore no pointer...

  •  675
    Neuron replied

    Then, simply prefix the selector with.

    .single-portfolio img {
        cursor: pointer;    
    }

    Kind Regards


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

  • Michaela replied

    Hi Neuron,

    I have added the style into Custom CSS via the Customizer. And while I am logged in and in the Customizer area it shows the pointer. But when I go to the front-end of my website the changes do not appear.

    In fact there is another change I have made via the Customizer, very simple - the To-Top-Button - which works fine, when I am in the Customizer, but not at the front-end of the website.

    Has this something to do with the Customizer itself?

    Best

    Michaela

  •  675
    Neuron replied

    Hi Michaela,

    That sounds strange, can you please provide me with an URL, so I can check if the style is being applied and if the to top is there or not.

    Do not forget to clear the cache and check it again, that could lead to the issue too.

    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.

  •   Michaela replied privately
  •  675
    Neuron replied

    Hey Michaela,

    Can you please try to add !important and try the other selector.

    .h-calculated-image img {
        cursor: pointer !important;
    }

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

  • Michaela replied

    Hi Neuron,

    I did that, nothing changed.

    Besides the to top button still is not there

  •  675
    Neuron replied

    Hi Michaela,

    Can you please provide me with your wp-admin, I will check it quickly. Also, please do not forget to make it private on the thread.

    Kind Regards


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

  •   Michaela replied privately
  •  675
    Neuron replied

    Hi Michaela,

    I am sorry for the late reply, here's the place that I have inserted the Custom CSS.

    - http://prntscr.com/nrvrr8

    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.

  • Michaela replied

    Thanks a lot!

    Can you also do something to make the to top button visible?

  •  675
    Neuron replied

    You are welcome anytime, feel free to ask for anything you need

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

    Ah to top button doesn't seems to be working, because when we have changed the footer.php the to top got broken, it is right now.

    Kind Regards,
    NeuronThemes


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

  • Michaela replied

    Hi Neuron,

    very good! Thanks again.

    Best regards


    Michaela

  •  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.

  •   Michaela replied privately
  •  675
    Neuron replied

    Thank you very much, that really helps ussmile.png

    Please check the following article.

    - https://docs.elementor.com/article/185-the-update-button-does-not-work

    Let me know after that if your issue is solved or not.

    Kind Regards


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

  • Michaela replied

    Hi Neuron,

    it rather seemed to be a problem with one single portfolio item and with the embedded video via Youtube in particular. I still don´t know why, but I now use a selfhosted video, which works fine.

    Thanks

    Michaela

  •  675
    Neuron replied

    Hmm, that's strange. It may be because of the policies of the CORS policy.

    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.