hide review stars on itinerary list view

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5571
    MikeDown
    Participant

    I have added css to remove review stars and ratings in shortcodes and trip pages but I cannot get rid of the stars on the itinerary search pages. here is what I mean… https://golfholidaysamerica.co.uk/itinerary/?price=&type=&location=10&view_mode=list

    You will see the ratings text has gone but the stars are still showing

    #5572
    MikeDown
    Participant

    OK, I have sussed it out. After doing some research online, I found out about adding !important at the end of the css, presumably forcing it to override other code elsewhere. The resultant code was…

    .wp-travel-average-review {
    display: none !important;
    }

    #5580
    Support Team
    Keymaster

    Hello @mikedown,

    Glad that you figured out the issue by yourself.

    If you have any issues further, please do not hesitate to post them.

    Thank you 🙂 .

    Best Regards!!

    Have a good day.

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