Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1122979

    I used this,
    .ls-layer {
    cursor: pointer;
    }
    but I still see hand and finger. Is there another way to change it?

    #1123078

    Hey AU5985,

    That is what you are telling it to do in your CSS, what results are you expecting?

    Best regards,
    Rikard

    #1123138

    I’m trying to change the cursor to the pointer

    #1123245

    Hi AU5985,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1123262

    cre8ive.com. Or do you need login? Thank you

    #1123498

    Hi AU5985,

    https://cl.ly/64704616211f Cursor point is the hand. What do you need?

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #layer_slider_1 .ls-fullscreen-wrapper * {
        cursor: default;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1123686

    Thank you!

    #1123766

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘finger shows instead of pointer’ is closed to new replies.