This topic contains 10 replies, has 2 voices, and was last updated by actigner 5 years, 1 month ago.
-
AuthorPosts
-
How to I remove the items circled in red on the attached screen shot? At this point we don’t plan to use a review system so these stars will never be populated. Also, the location info is the same for all items in our tour portfolio so it is redundant.
Attachments:
You must be logged in to view attached files.Hello
You can use this code to remove that information in your list tour:
.list_tours .style_box .thumb-caption .row:nth-child(1) { display: none; }
THanks
Once again your assistance is appreciated. Thanks again.
Found one more area where the stars are displayed and that’s on the grid generated by the “ST List Tour” function. I guess I could just change the color to match the background but that would be too easy. I’m attaching a screenshot.
Maybe a better option going forward would be a create global option to suppress the stars everywhere if a client is not using the rating function.
Attachments:
You must be logged in to view attached files.Hello
I have removed the star from all List Tour for you.
Please check again.
Thanks
Thanks. Was it changed with CSS or other magic?
Hello
It just added some small css code under my previous css code i gave you before in Theme Settings to do it.
You can check it there.
Thanks
Thanks again.
Bryan, I found more stars and ratings as well as an address on the tour page generated by the “Explore” button under the weather widget on the homepage. Please give me the code to remove. Thanks. See attached.
Attachments:
You must be logged in to view attached files.Hello
I removed these 2 sections in search result page for you by this code:
.search-results .booking-list>li .booking-item-rating,.search-results .booking-list>li .booking-item-address { display: none; }
You can check it again.
Thanks
Looks good. Thanks again Bryan.
-
AuthorPosts
The forum ‘Traveler’ is closed to new topics and replies.