Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #907321

    Hi, I want to hide the “read more” button on woocommerce products.

    #907434

    Hey fishkdo,

    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

    
    .button.product_type_simple.ajax_add_to_cart {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #907547

    Thanks for the help, this code if work

    #907685

    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

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