Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #958044

    Could you tell me how to remove the following from the Product Purchase Button:
    1. “Add to Wishlist”
    2. “Compare”
    I’d like to just show the quantity counter (+ 1 -) and “Add to basket”
    Thank you.

    #959018

    Hey theepicurienne,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .yith-wcwl-add-to-wishlist, .compare.button  {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #959021

    Worked like a charm!! Thanks so much for your help.

    #959328

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #959570

    Please close. Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.