Hide stars review

Home Forums Legacy Support Support queries Other issues Hide stars review

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #349118
    mzen
    Spectator
    Good morning guys! I how you have a great weekend. I'd like to hide the stars review but show the comments review for all my courses. Please refer: https://prnt.sc/10yrfqu Is it possible? Thanks!
    #349234
    Veronica
    Moderator
    hi with the settings, it is not but if you want then we can provide code for the same so for that please provide details
    #350271
    mzen
    Spectator
    This reply has been marked as private.
    #350282
    Ada
    Participant
    Hi, You can use this custom css to hide these start ratings.
    
    .single-course #course-reviews .review_breakup  {
       display:none !important;
    }
    .single-course #course-reviews .comment-body-content .course-star-rating{
        display:none !important;
    }
    
    #350336
    mzen
    Spectator
    This reply has been marked as private.
    #350368
    mzen
    Spectator
    This reply has been marked as private.
    #350408
    Ada
    Participant
    There was aparenthesis mismatch in the customize>> custom css section that is why the code did not work. https://prntscr.com/112vdig I have added css for this one also https://prnt.sc/112kwjy Please check and confirm.
    #350435
    mzen
    Spectator
    Great, thanks!!!
    #350438
    Ada
    Participant
    :) Closing this topic.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Hide stars review’ is closed to new replies.