Plugin Support
dimned
(@dimned)
Hi @b2hs,
Accommodation Types is a post type so its layout is defined by single.php file of your theme. You may add the style below to Appearance > Customize > Additional CSS to hide the post meta data from accommodation type layout:
.single-mphb_room_type .entry-meta{
display:none;
}
You may also duplicate the single.php file of your theme and rename the duplicated file into single-mphb_room_type.php Thus you will be able to override the structure of the accommodation type page. Let me know if it is helpful.
Plugin Support
dimned
(@dimned)
Hi @b2hs, You are welcome. It would be also helpful if you rate Hotel Booking on Capterra https://www.capterra.com/p/177562/MotoPress-Hotel-Booking/ Thanks.