• Resolved kould

    (@kould)


    I need to hide the fields of the WooCommerce Mass Product Edition screen
    (I refer specifically to when I select and edit several products at the same time)

    Categories
    Comments
    State
    Product Tags

    Thank you very much for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Shane Eckert

    (@shaneeckert)

    Automattic Happiness Engineer

    Hi,

    Can you tell us a bit more about where you want these fields hidden? In the Admin or on the front end?

    Thank you.

    Thread Starter kould

    (@kould)

    Hello! in administration, when I select several products and edit in bulk Thank you

    Plugin Support Yuki K a11n.

    (@yukikatayama)

    Automattic Happiness Engineer

    You can remove the bulk edit sections in your Product admin using CSS. Here’s how you can remove each section:

    1. Open the Products page and open the bulk edit feature
    2. Right click on that page > click Inspect (or Inspect page)
    3. Hover over each section you want to remove and click on it (I’m using Chrome in my screenshot)
    4. Select the + sign to add that element style:

    https://cld.wthms.co/R6sTd3
    Link to image: https://cld.wthms.co/R6sTd3

    5. Add display:none; to preview:

    https://cld.wthms.co/oeNdGF
    Link to image: https://cld.wthms.co/oeNdGF

    6. Copy/paste that newly created element into Customizer > Additional CSS, i.e.:

    ul.cat-checklist.product_cat-checklist {
    display: none;
    }

    7. Repeat for each section you want to hide

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I need to hide the fields in Mass Edition’ is closed to new replies.