• Hi,
    I would like to remove the price and “Köp nu” button (Buy now), since I use offline payment. Could you please help me?

    Thanks in advance,

    Charlotte

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    You can add this CSS code to hide it


    .course-sidebar-preview .course-price {
    display: none;
    }
    .course-summary .course-summary-sidebar .lp-course-buttons {
    display: none;
    }

    Thanks

    Thread Starter cwa10

    (@cwa10)

    Thanks, this didn’t work though. I mean I want to hide the price below the picture to the right, not in the sidebar.

    Kind Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove price and buy now button below the picture’ is closed to new replies.