Basically, is there a way to style it in Elementor ?
Hello,
Accommodation types are custom post types. By default, they all use the single post template of the active theme.
Please, follow this article, in order to edit accommodation type pages with Elementor: How to edit accommodation type pages?
Ok, that helps a bit. However, I want to redesign how room presentation looks like. What files are responsible for rendering the structure of a page ? Are there also shortcodes ?
Or is css the only way ?
Plugin Support
dimned
(@dimned)
Hi @kogadevelopers,
As a rule the layout of a single property page is inherited from your theme post layout. Usually, it is a single.php file of your theme. In order to override layout for a single property page, you may add a single-mphb_room_type.php file and structure it in your own way. Or you may duplicate a single.php file of your theme (or other page template file), rename the duplicated file and edit it further.