• Resolved geetsdeets

    (@geetsdeets)


    Hello! I am looking for a way to remove the product totals (Subtotal, Add-ons total, and Total) from each of my product pages. I read through the forum that those line items can be hidden using CSS display attribute:none but I am having trouble figuring out where exactly to make this change (and to what exactly).

    Thank you!

    • This topic was modified 4 years, 7 months ago by geetsdeets.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author bizswoop

    (@bizswoop)

    If you are interested in hiding the (Subtotal, Add-ons total, and Total) values from the Product pages, you will need to add the CSS to your Theme CSS file.

    Add the following values to the additional CSS for the theme:

    .zaddon_additional {
    	display:none;
    }
    .zaddon_subtotal {
    	display:none;
    } 
    .zaddon_total {
    	display:none;
    }

    I hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Product Totals’ is closed to new replies.