Okay
  Public Ticket #488953
Disable icon hover
Closed

Comments

  • Graham started the conversation

    Hi,

    How can I disable the hover effects on icons? Also, how can I make the icons bigger?

    The icons I want to change are located below "Packages & Pricing" and right above the pricing table.

    Thank you!

    Graham

  •  8,987
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #pricing [class^=\"icon-\"].icon-3x,#pricing .vc_span3 {
        font-size: 45px !important;
        pointer-events: none;
    }

    Thanks



    ThemeNectar Support Team 

  • Graham replied

    Many thanks!