Home › Forums › Legacy Support › Support queries › Styling issues › How to delete / hide – stars, ratings and instructor?
Tagged: course catalog, rating
- This topic has 11 replies, 3 voices, and was last updated 7 years, 5 months ago by missrodnee.
Viewing 12 posts - 1 through 12 (of 12 total)
-
AuthorPosts
-
May 10, 2017 at 8:21 pm #111512StefersParticipantHow to delete / hide - stars, ratings and instructor?May 11, 2017 at 1:22 pm #111630Skywalker [ ex VibeThemes]ParticipantMay 11, 2017 at 1:51 pm #111655StefersParticipantI did as you wrote I pasted into my code Here my old code #item-nav{border-top:none !important; } .elegant #buddypress #item-header,#title{border:none !important;} .widget .course-star-rating{display:block;} nav .menu li:hover.hasmegamenu>.sub-menu { left: 20%;} #course-directory-form .course_category{margin-bottom:30px;} .single-item.groups #item-body{margin-top:30px;}#trigger{padding:10px 0 0; margin-top:-10px;} And I pasted your code This is my all new code #item-nav{border-top:none !important; } .elegant #buddypress #item-header,#title{border:none !important;} .widget .course-star-rating{display:block;} nav .menu li:hover.hasmegamenu>.sub-menu { left: 20%;} #course-directory-form .course_category{margin-bottom:30px;} .single-item.groups #item-body{margin-top:30px;}#trigger{padding:10px 0 0; margin-top:-10px;} .course_reviews{display:none;} #buddypress div#item-header div#item-meta, #course-list .item-meta .star-rating{ display:none; } #buddypress div#item-header div#item-meta .students{ display:none; } .single-course #item-admins{display:none;} .students_undertaking{display:none;} .breadcrumbs{display:none;} and show you my new design https://zapodaj.net/c32bbd6ed0dad.jpg.html What do i do wrong?May 11, 2017 at 1:53 pm #111656StefersParticipanti cleaned mt cacheMay 11, 2017 at 4:39 pm #111724StefersParticipantHow to improve?May 12, 2017 at 1:19 pm #111794StefersParticipantHelp me please, I'm waiting 20 hours for your information....May 12, 2017 at 2:04 pm #111812Skywalker [ ex VibeThemes]ParticipantKindly provide us the urls where you want to hide them. We will provide you a perfecr css for this to fix your issues.May 12, 2017 at 2:40 pm #111839StefersParticipantI would like to know how to set it myself, then it will change laterMay 13, 2017 at 10:29 am #111957Skywalker [ ex VibeThemes]ParticipantWe can provide you the css to hide them on your site. Please provide us more details including the pages of your site.May 21, 2017 at 6:27 pm #113185missrodneeParticipantHi, I am experiencing the same trouble as well on my site. I was able to remove the ratings from the individual course pages but the ratings are still visible in the course catalogue. My link is HERE. .single-course #buddypress div#item-body .total_students,.course_students {display:none !important;} a.star-1:after { font-family: FontAwesome !important; content: "\f005" !important;} a.star-2:after { font-family: FontAwesome !important; content: "\f005\f005" !important;} a.star-3:after { font-family: FontAwesome !important; content: "\f005\f005\f005" !important;} a.star-4:after { font-family: FontAwesome !important; content: "\f005\f005\f005\f005" !important;} a.star-5:after { font-family: FontAwesome !important; content: "\f005\f005\f005\f005\f005" !important;}May 22, 2017 at 1:07 pm #113303Skywalker [ ex VibeThemes]ParticipantGo to wp-admin->appearance->customiser->add custom CSS-> add these lines and save. .course .item-meta :not(.students){display:none !important;}May 24, 2017 at 11:25 pm #113888missrodneeParticipantPerfect! Thank you
-
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)
- The topic ‘How to delete / hide – stars, ratings and instructor?’ is closed to new replies.