• Resolved raffi3438

    (@raffi3438)


    Hello,

    Since the last update of the extension (4.6.7) now in the gallery there is an entry for the price of every books, even if the book is free (“$0” in green).
    You can see in the page of my website: https://www.mca-vienne.fr/bibliotheque-2/
    Do you know how can I hide the price entry for free books? (to avoid to display “$0”).


    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Hossni Mubarak

    (@mhmrajib)

    Hello @raffi3438

    Sorry for this issue.

    Please put the below css to your WP Admin -> Customize -> Additional CSS section –

    .wbg-main-wrapper .wbg-item .regular-price,
    .wbg-details-summary .regular-price {
    display: none !important;
    }

    Hope that solves the issue.

    Thread Starter raffi3438

    (@raffi3438)

    Yes it works!

    Thank you for replying so quickly ??

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