• Resolved sterndesign

    (@sterndesign)


    Hi Guys,

    Is it possible to remove the Product Total and Options Total lines from below the custom field selectors, leaving only the Grand Total price?

    I’ve tried with some CSS but only seem to be able to hide all three.

    Thanks!

    Matt

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

Viewing 1 replies (of 1 total)
  • Thread Starter sterndesign

    (@sterndesign)

    For future reference, this code worked:

    /* Removes "Product Total" and "Options Total" lines */
    .wapf-product-totals > div > div:nth-child(1), .wapf-product-totals > div > div:nth-child(2) {
        display: none;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Hide Price Fields on Product Page’ is closed to new replies.