Okay
  Public Ticket #1292703
horizontal list hover
Closed

Comments

  •  1
    kim started the conversation

    Hey there,

    I am trying to get rid of the Hover on the horizontal list and the code I used from your support section:

    .nectar-hor-list-item:before {
      transition: none !important;
    }

    is not doing the trick. I put it both on the site css and on the page css and it still hovers.

    ALSO how do I get rid of the horizontal line? between lists?

    Thanks!

  •  2,744
    Andrew replied

    Hi Kim, 

    Thank you for contacting us. I'd be happy to help. 

    Please use the following code: 

    .nectar-hor-list-item{
      border-bottom: none!important;
      pointer-events: none!important;
    }

    Best Regards.