Okay
  Public Ticket #1445738
Fullscreen portfolio navigation
Closed

Comments

  • KasperDM started the conversation

    Hi,

    My client doesn't like the navigation to go through the photos in the fullscreen portfolio item.

    Is there any way to change the cursor or better, use clicking instead of grabbing?

    Thanks

    a01

  • [deleted] replied

    Hi KasperDM,

    There are three methods to navigate on Fullscreen portfolio:

    - Click the dots on the right side,

    - Use your keyboard <- and -> arrows or click the left mouse button,

    - Move the mouse to the left then un-click the left button.

    Have a great weekend!

  • KasperDM replied

    I know, but it's not very intuitive...

    Wouldn't it be possible to add a click option to go to next/prev image?

    Thanks

    A01

  • [deleted] replied

    Hi Kasper,

    Thanks for your suggestion, we will see if we can do something on this direction on our future theme updates.

  • KasperDM replied

    Hi,

    Would it be possible to give me the file and position in the code where we can make the changes?

    Thank you very much

    A01

  • [deleted] replied

    Hi A01,

    Adding the following CSS to Custom CSS will change the cursor:

    .portfolio-full-bg-slider .image-entry {
        cursor: -webkit-grab;
    }
    

    Note that the grab cursor is only visible on webkit browsers (Chrome and Safari), here is a full list of cursors which you can use in case you don't like the actual one.