Okay
  Public Ticket #229924
“Change cursor type on hover”
Closed

Comments

  • Abdul Latheef started the conversation

    I want to change the cursor type (hand) to a pointer when hovering over a portfolio item.

  •  991
    ThemeNectar replied

    Hey Abdul, because I'm unaware of what project style you're using i'll include a css snippet to target them all

    .carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item.style-2 .work-info a, .portfolio-items .col .work-item.style-2 .work-info a, .portfolio-items .col .work-item.style-3 .work-info a, .portfolio-items .col .work-item.style-4 .work-info a {
      cursor: default !important;
    }
    

    Make sure to enter that into the Custom CSS box located in your Salient Options panel :)

    Cheers

  • Abdul Latheef replied

    Thanks so much! :)