read more category button and default sorting

Support Area Forums Elite read more category button and default sorting

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #15544
    Joseph Jaramillo
    Participant

    I’m asking a WooCommerce question, but hopefully you can help! I want to hide the READ MORE buttons (or change the label) and hide the sorting menu, since neither make sense for my gallery. Thanks!

    #15551
    Bill Robbins
    Moderator

    You can hide both of those. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      select.orderby,
      form.woocommerce-ordering:after {
      	display: none;
      }
      
      ul.products li a.button {
      	display: none;
      }
      
    3. Update your settings.

    See if that won't do the trick. Let me know if it doesn't or you have any questions,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘read more category button and default sorting’ is closed to new replies.