Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5838
    AvatarGassigeher
    Support Expired

    Hi there,

    is there a way to hide the single room heading?

    https://prnt.sc/pH4wwP9KqDtr

    #5842

    Hi you,

    To hide the single room heading, please add custom CSS to the file style.css ( child-theme):

    .hb_single_room .section-title .title h1{
    display: none;
    }
    #5887
    AvatarGassigeher
    Support Expired

    Hi there, thank you for the respond. But I would like to hide the complete top area of the room as shown on the picture, inclusive the check availability button and rating/price area.
    Also a question: As the integrated booking plugin is quite useless I tried to use the theme with another booking plugin ( YITH Booking and Appointment for WooCommerce) But it looks like it´s not compatible. Anyway, when deactivating the in the theme integrated booking plugin I can not edit the pages with elementor anymore. Any idea how to use the beautiful design of the theme with other booking plugins?

    #5894

    #1. Please add this CSS code to file style.css:

    .hb_single_room .room-entry-header .section-title {
        display: none;
    }

    #2. We have not tested the theme with the YITH Booking and Appointment for WooCommerce plugin, so it may not be compatible.
    If you want to use this plugin to integrate your theme, we can customize it for you, but you will have to pay for this customization request.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.