- This topic has 4 replies, 2 voices, and was last updated 4 years, 11 months ago by
Support Team.
- AuthorPosts
- February 8, 2018 at 5:44 pm #4712
laurenc
ParticipantHello
I am wondering if it is possible to hide the ‘0 reviews’, the empty star outlines, and the trip type label from the home page? For both the Posts Filter section and the Recommended Posts section, I would like to hide these.
Thanks!February 8, 2018 at 6:12 pm #4713laurenc
ParticipantI would also like to hide these on the preview on the “trips” page as well, if possible!
February 9, 2018 at 4:46 am #4720Support Team
KeymasterHello @laurenc,
To hide the reviews and the trip type from the Post filter and recommended section from the home page use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.home .wp-travel-average-review { display: none; } .home span.rating-count { display: none; } .home span.trip-category { display: none; }
Now to hide the same section from the individual trips use below given CSS.
.wp-travel-trip-meta-info ul li:nth-of-type(4), .wp-travel-trip-meta-info ul li:nth-of-type(1) { display: none; }
Hope this helps.
Best Regards!!
February 14, 2018 at 2:04 am #4909laurenc
ParticipantTHANKS, this is awesome! Is there a way to hide the same information on the page that shows all trips, or in the shortcode?
February 14, 2018 at 4:34 am #4915Support Team
KeymasterHello @laurenc,
We have already answered this query in another topic and please find the answer there.
Link:
http://wptravel.io/support-forum/topic/hide-0-reviews-and-xxx-on-shortcode/#post-4914Hope this helps.
Best Regards!!
- AuthorPosts
- The forum ‘Travel Log’ is closed to new topics and replies.