Title: Disable Column Hover effect
Last modified: August 30, 2016

---

# Disable Column Hover effect

 *  [loonattic](https://wordpress.org/support/users/loonattic/)
 * (@loonattic)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/disable-column-hover-effect/)
 * 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://wordpress.org/plugins/pricingtable/](https://wordpress.org/plugins/pricingtable/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [PressTigers](https://wordpress.org/support/users/presstigers/)
 * (@presstigers)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/disable-column-hover-effect/#post-6801768)
 * 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](https://wordpress.org/support/users/loonattic/)
 * (@loonattic)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/disable-column-hover-effect/#post-6801836)
 * 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.

 * ![](https://ps.w.org/pricingtable/assets/icon-128x128.png?rev=3126674)
 * [PickPlugins Pricing Table](https://wordpress.org/plugins/pricingtable/)
 * [Support Threads](https://wordpress.org/support/plugin/pricingtable/)
 * [Active Topics](https://wordpress.org/support/plugin/pricingtable/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pricingtable/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pricingtable/reviews/)

## Tags

 * [css3](https://wordpress.org/support/topic-tag/css3/)

 * 2 replies
 * 2 participants
 * Last reply from: [loonattic](https://wordpress.org/support/users/loonattic/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/disable-column-hover-effect/#post-6801836)
 * Status: not resolved