Hide stars and overview preview on trip page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4715
    laurenc
    Participant

    Hi,
    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!!!

    #4721
    Support Team
    Keymaster

    Hello @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!!

    #4906
    laurenc
    Participant

    Hello,
    I was wondering how to hide the “from $XXXX” text from the slider on the home page?
    Thanks!
    Lauren

    #4913
    Support Team
    Keymaster

    Hello @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!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.