• Best Pricing Table I’ve found after tryin 6 or more.

    It’s tyhe first table where I’ve been able to add images AND style all the elements that I want to modify.

    One minor irritation is that I haven’t found a way to disable the hover effect on the columns.

    I’d prefer them just to be static.

    In the HTML, if the “column-hover-effect” style=”width:px;” is taken out, the effect is disabled.

    Problem is I haven’t been able to disable it using CSS.

    Is this possible?

    Thanks.

    https://www.ads-software.com/plugins/pricingtable/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Yes! It is possible with css. First practice is to customize the code,find the css related to column hover color. If you are unable to customize please inspect the column HTML in browser and check if column having specific id or class.

    In your theme css file add

    .column_class: hover {
    background-color:none;
    }

    It will remove the hover color of columns.
    Thanks

    Thread Starter loonattic

    (@loonattic)

    H,
    Thanks for responding.
    You misunderstood my request.

    I want to disable the hover transition when the column expands and shrinks when the mouse is placed over them.

    The colors are not a problem.

    I would like the columns to reamin non-moving. (static)

    thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Column Hover effect’ is closed to new replies.