Reverse Rating Order In Course Page Created March 21, 2016 Author H.K. Latiyan Category CSS, Tips & Tricks Please use this css in your wp-admin->appearance->customize->custom css: .single-course ul.rating_breakup { transform: rotate(180deg); } .single-course ul.rating_breakup>li { transform: rotate(-180deg); } The result is: Was this article helpful? You must log in to vote Yes No
Leave A Comment?