Home Forums Basel support forum Hiding Prices

Hiding Prices

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17820

    AllawiT
    Participant

    Hi!
    I have a membership plugin in addition to Role based prices.
    For some of my customers I would like to choose not to display any price. So the plugin does this well but discounting the price 100% I can get it to zero. The problem is the old price (Regular Price) is still displayed on the website. That’s something I want to get rid of.
    Is there a way to hide this in the whole website? See attached photo from the theme

    Attachments:
    You must be logged in to view attached files.
    #17828

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .price .ywcrbp_regular_price {
       display: none;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)