Viewing 1 replies (of 1 total)
  • Plugin Author pricing-table

    (@pricing-table)

    So hover effect you can deactivate himself. To do this go to \wp-content\plugins\wp-plugin-pricing-table-ready-v2_paid\constructor\whp\style.css
    Find lines
    #prtTableWrap:hover .prtAnim{
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    /* Reflection (webkit browsers) */
    -webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.9, transparent), to(rgba(255,255,255,0.2)));
    opacity: 0.4;
    }
    /*.prtlocalColumn:hover{

    }*/
    #prtTableWrap:hover .prtAnim:hover{
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    /* Reflection (webkit browsers) */
    -webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.9, transparent), to(rgba(255,255,255,0.2)));
    opacity: 1;
    }

    and delete this lines.

Viewing 1 replies (of 1 total)
  • The topic ‘hover effect’ is closed to new replies.