batch page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #377818
    MeesterGijs
    Spectator
    Hello, When I go to a class batch and check the courses that I connected to the class I see this: https://imgur.com/a/BCXVtsm Can we fix that? Those two courses should be underneath each ohter, like all the other courses. Also, How can we enlarge the course images? And delete the review stars? Thanks! :)
    #377819
    MeesterGijs
    Spectator
    This reply has been marked as private.
    #377874
    Anshuman Sahu
    Keymaster
    try adding this css :
    .batch.buddypress .batch_courses{
        display:initial; 
    }
    #377900
    MeesterGijs
    Spectator
    Worked! Thanks, Also, How can we enlarge the course images? And delete the review stars?
    #377977
    Veronica
    Moderator
    hi you can use this: .page-id-0 strong.course-star-rating { display: none; } .page-id-0 .batch_courses img { height:auto !important; } refer: http://prntscr.com/26ejxy1
    #377979
    MeesterGijs
    Spectator
    Thanks, Veronica. It looks great. And I don't think it effected course image size or the appearance of the stars on any other page. Let's close.
    #378058
    Veronica
    Moderator
    hi yes it will not affect other as the code contains page-id so it will apply only on the above mentioned page
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘batch page’ is closed to new replies.