Okay
  Public Ticket #2801964
Hide some elements from product page
Closed

Comments

  •  11
    RanebrookZina started the conversation

    Hello


    I would like to hide these two elements from the single product page:

    - add to wishlist

    - clear


    I attached a screenshot and market them red. Please could you help with the CSS code?


    Many thanks. 

  •  1,878
    Judith replied

    Hi There,

    Please send in your website url.

    Thanks.

  •   RanebrookZina replied privately
  •  1,878
    Judith replied

    Hi There,

    Please try this css:

    .woocommerce div.product form.cart .reset_variations {
        display: none;
    } a.add_to_wishlist {
        display: none;
    }

    Thanks.


  •  11
    RanebrookZina replied

    Hi Judith


    The wishlist is hidden now, but the 'x clear' is still there. But now it isn't next to the variation but under it. 

  •  1,878
    Judith replied

    Hi There,

    We added this css:

    .woocommerce div.product form.cart .reset_variations {
        display: none !important;
    }

    Please check.

    Thanks.

  •  11
    RanebrookZina replied

    Now this one disappeared, but the 'add to wishlist returned back' :-/ 

  •  1,878
    Judith replied

    Please check now. Also add your css here:

    8815595151.png

    Thanks.

  •  11
    RanebrookZina replied

    Thank you, everything worked :)