Hi @etchbee,
Can you please send us the link to the page, screenshot, or the theme details for us to verify the issue?
Thank you!
Hi @wptravelenginesupport
Here is the screenshot of the issue:
https://prnt.sc/ztmdhz
I’m using Travel Agency WP Theme.
Regards,
Hi @etchbee,
Day 1, Day 2 texts are added to each itinerary from the WP Travel Engine plugin itself.
You have added Day 1 Day 2 as the itinerary title, hence the double day strings are being displayed.
To resolve it, you can remove the day strings from the itinerary title. Or you can add the custom CSS to hide the default day titles.
.single-trip #tabs-container .tab-content .itinerary-row .title {
display: none;
}
Thank you!
Thank you @wptravelenginesupport. I just used the above CSS as there are hundreds of Itineraries to remove the day string manually.