• Me gustaría eliminar algunas opciones que se ven al mostrar un curso, como el precio, las REVIEWS, y las personas que estan ENROLL

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ken Nguyen

    (@kendy73)

    Hi diegomartinez1791,

    About the price and number of enrolled students info, you can easily use a custom CSS to hide them.

    About Reviews, just deactivate LearnPress Course Review Addon (go to menu Plugins / Installed Plugins).

    Regards,

    Ken

    Thread Starter diegomartinez1791

    (@diegomartinez1791)

    En donde puedo encontrar el CSS

    Plugin Contributor Ken Nguyen

    (@kendy73)

    .course-enroll, .course-students, .course-price {
        display: none!important;
    }

    Please try this 😉

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Eliminar Campos’ is closed to new replies.