Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #867695

    Polaradventures
    Participant

    The tabs on my site show the wrong cursor when hovering over them.

    This is only occuring since the last update.

    #867696

    Polaradventures
    Participant
    This reply has been marked as private.
    #868571

    Rupok
    Member

    Hi there,

    Thanks for writing in !You can add this under Custom > CSS in the Customizer.

    .x-nav-tabs > li > a {
      cursor: pointer;
    }

    Hope this helps.

    Cheers!