This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Denali – Hide the price on the product page.

  • Creator
    Topic
  • #25402
    mtwinner
    Member

    Hi, I am working with Denali and Woocommerce to create a subscription based membership site. On my product pages I am trying to hide the woo commerce price at the top of the page (as the price for the membership is being dynamically created at the bottom of my product page via a gravity form). I have hidden the standard grey woo commerce price, however I think Denali is still forcing the price to show on the product page (in green), near the top. I have searched for a way to change this, but can’t seem to find the answer.

    Any help would be appreciated…thanks so much. I love Denali. Great theme, easy to use…Melissa

Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • #25406
    Jason Bobich
    Keymaster

    Hi,

    Can you please link me to an example of a product page on your site, so I can see the specific context of what you’re describing?

    #25408
    mtwinner
    Member

    Sure…and thank you so much for the quick response!

    https://montanawinners.com/product/montana-cash-pool-1-membership-3/

    The green total up top will not disappear. The green total on the bottom is the total generated from the woo commerce gravity forms add-on.

    Thanks!

    #25417
    Jason Bobich
    Keymaster

    That price showing isn’t because of anything the theme is doing. This would be a question for the Woo Themes people where you bought the plugin.

    But worst case scenario, you could just hide it with CSS. But if you want to make sure it doesn’t render at all on the page, you’d need to ask the support where you bought the plugin, as it’s nothing to do with anything in the theme. But personally, unfortunately I’ve never used the plugin, and so I wouldn’t have any idea where to disable it at.

    .product .wccf_grand_total,
    .product .product_totals {
      display: none;
    }

    You’d just add the above to the “Custom CSS” option on your Theme Options page. But note it’s still obviously going to be rendered on the page, just visually hidden.

    #25422
    mtwinner
    Member

    Jason,

    You are a miracle worker! I have been trying to figure this problem out, and your solution worked perfectly!

    Incidentally, I asked Woocommerce Support days ago for help on this, and couldn’t get any…I have yet to hear from them. (grrrr) I should have known it wasn’t a fault of the theme’s…

    I can now stop banging my head against the wall. Thank you thank you! Awesome theme and awesome support, I really appreciate it.

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