BuddyBoss Home – Web Support Forums Solutions Social Learner Link on courses image not working

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

    #51195
    @adminchroncleproject-com

    Hi,
    In the course page: http://demo.buddyboss.com/social-learner-sensei/courses-overview/

    There is a link on the image to go to the course, but it is not working. It only work if the user click directly on the arrow, which can be quite frustrating.Instead of forcing the user to really hit on the arrow, it would be nice if that link on the image would work. You can see the link on the image in the code, but it is not working.

    thank you for fixing this.

    Answers

    #54459

    Anonymous
    @

    Hi @adminchroncleproject-com, Sorry for the late response..

    Please add these CSS codes in your custom css to make the entire image clickable.

    
    .course-overlay .play i {
        padding: 60% !important;
        margin-top: -100% !important;
        margin-left: -100% !important;
    }
    

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Link on courses image not working’ is closed to new replies.