Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello.

    I’m sorry but in the admin panel is no such possibility.
    If you know CSS coding, you can see – /wp-content/plugins/pricing-table-ready/constructor/whp/

    Thanks.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Side note: @existence999 Are you associated with this plugin in an official capacity? If you are can you ask the plugin author to consider making your account a Plugin Contributor for that plugin?

    /wp-content/plugins/pricing-table-ready/constructor/whp/style.css

    comment out

    /*
    .prtTableMain_{cpref}:hover .prtAnim_{cpref}{
    -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;
    }
    */

    /*
    .prtTableMain_{cpref}:hover .prtAnim_{cpref}: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;
    }
    */

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Rather than editing that plugin ’cause you’ll lose all of your work when the plugin is updated, can the CSS the user wants be applied via custom CSS plugin?

    https://www.ads-software.com/plugins/search.php?q=custom+CSS

    My CSS is shakey (there’s an udnerstatement) but it seems to me that that can be done without modifying the plugin files.

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