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.