• Resolved barneystinsonawesome

    (@barneystinsonawesome)


    I am using the Palmeria theme with this plugin, and when you click on a specific accommodation it has the gallery, write-up, details, availability, reservation form, etc.

    Is there a way to hide the ‘Details’ section on this page?

    Thanks in advance ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor motopress

    (@motopress)

    Hi @barneystinsonawesome,
    We’d recommend to install Child Theme and add the line below to functions.php file:

    remove_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView', 'renderAttributes' ), 20 );

    As an option you may add the style below to Appearance > Customize > Additional CSS:

    .mphb-single-room-type-attributes, .mphb-details-title{
      display:none !important;
    }

    Though we’d recommend the first solution.

    Thread Starter barneystinsonawesome

    (@barneystinsonawesome)

    Fantastic, thanks again! ??

    Plugin Contributor motopress

    (@motopress)

    Hi @barneystinsonawesome,
    You are welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide ‘Details’ section from Accommodation pages’ is closed to new replies.