Remove Plus Minus Icon from Accommodation Tab

To remove the Plus and Minus icon from the Accommodation tab of your tour detail page, please go to Appearance >> Customize >> Custom CSS and JS >> Custom CSS box and add the code below:

.trip-detail .text-box:before {
    display: none;
}