HomePage Forums Themeforest Moteling – Resort & Hotel WordPress Theme Hide Pricing plan and From 0.00 Night section

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6412
    Avatarislanddwellerspr
    Support Expired

    How can i hide the Price per night section under the room name, and the section for the Pricing plans.

    I see that other demo rooms have this hidden, but I cannot figure out how to do it.

    #6416
    Avatarislanddwellerspr
    Support Expired

    Actually. I need to know where the template for the top section of each single room is.
    the section with the gallery and the Check Availability This room button.

    #6441

    Hi you,

    You can use css to hide the Price:

    .hb_single_room .section-title .action, .rooms .hb_room .price{
    	display: none;
    }

    Or edit this section.
    1. Copy folder wp-hotel-booking( main-theme) to child-theme
    2. Edit file content-single-room.php ( child-theme)

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

You must be logged in to reply to this topic.