- This topic has 3 replies, 2 voices, and was last updated 5 years, 3 months ago by
Support Team.
- AuthorPosts
- February 9, 2018 at 3:35 am #4715
laurenc
ParticipantHi,
Is there a way to hide the empty stars on each trip page if I have disabled/removed the review option for the trip?
Also, is it possible to hide/remove the preview of the Overview from each trip page (the text that is right below the price and right above the details)?
Last thing (sorry for the inconvenience!!), but how do I change the colour of the font of the button under the ‘Booking’ tab?
THANK YOU SO MUCH!!!February 9, 2018 at 4:58 am #4721Support Team
KeymasterHello @laurenc,
To hide the empty stars on each trip page use below given CSS.
.wp-travel-average-review { display: none; }
Also, the feature will be added in the coming updates.
To hide the description from the individual trip use below-given CSS.
.trip-short-desc { display: none; }
Finally to change the color of the fonts button under the booking tab use below-given CSS.
.wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field.button-field input#wp-travel-book-now{ color: #4e4861; }
You can change the color code as per your requirement.
Hope this helps.
If you have any issues further, please let us know.
Best Regards!!
February 13, 2018 at 1:22 pm #4906laurenc
ParticipantHello,
I was wondering how to hide the “from $XXXX” text from the slider on the home page?
Thanks!
LaurenFebruary 14, 2018 at 4:05 am #4913Support Team
KeymasterHello @laurenc,
To hide the price on the homepage slider add below-given CSS in Additional CSS.
.featured-slider-contents i, .featured-slider-contents .wp-detail-review-wrap { display: none; }
Hope this helps.
Best Regards!!
- AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.