Support » Plugin: WooCommerce » How to hide rollover state? CSS not clear

  • Hi Everyone, I’m wanting to do some basic edits to the CSS of my woocommerce shop page. Specifically, I’m looking to remove the title area for categories.

    See an image here: http://staging.arcosanti.org/wp-content/uploads/2017/02/remove.jpg

    I’ve tried:

    .woocommerce .woocommerce_after_shop_loop_item_title {
    display: none !important;
    }

    However there are 2 issues happening that I can’t figure out… perhaps due to the woocommerce architecture…

    First is that this code doesn’t remove the rollover state, where another 40px bottom padding is added. I tried this which didn’t work:

    .woocommerce a.attachments-shop_catalog {padding-bottom: 0px;}

    ALSO, neither of the edits work for my logged in user…

    Can anyone provide the correct code for removing this category title section, including the rollover area, for logged in and visiting users?

    THANKS!!

Viewing 1 replies (of 1 total)
  • Thread Starter mosaicrob

    (@mosaicrob)

    Sorry I forgot, my site url is staging.arcosanti.org… use the password “buildthecity” to view the site.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘How to hide rollover state? CSS not clear’ is closed to new replies.