BuddyBoss Home – Web Support Forums Solutions Social Learner Remove Green Banner/Price

Viewing 5 posts - 1 through 5 (of 5 total)
  • Question

    #56021
    @randall-league

    I want to remove the green banner and price that shows on the course grid. I tried using this CSS code but it wasn’t working

    .thumbnail.course .price { display: none;}

    Answers

    #56024
    @mln83

    Hi Randall,

    You can try this code:
    .course-inner .price {
    display: none;
    }

    Best regards,
    Michael
    Community member

    #56036

    Anonymous
    @

    Thanks @mln83, Hi @randall-league
    Please try above css code it will help
    Regards

    #56079
    @randall-league

    Thank you. That helped.

    #56099

    Anonymous
    @

    Hi @randall-league, Glad it helped..I will close this topic.

    If you have any other concerns so you can create a new thread for that.

    Regards

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘Remove Green Banner/Price’ is closed to new replies.