Menu Options

Create custom Login/Register buttons in elementor

If you want to create a new header using Elementor Pro or want to add new extra buttons/links that trigger the login/register modals you can follow these steps. Edit the page in Elementor – and add a new button or link Edit the button in Elementor If you want the button to open the login […]

How to display top bar in sticky header

In order to display top bar in sticky header should be used below CSS: .header_wrapper.customnav { margin-top: 40px; } .top_bar_wrapper { position: fixed; }

1.20.4 Mega Menu

To set a Main Menu item as Mega Menu – Check the option as in below screenshot and SAVE How to add background color: To add background color to the mega menu content, use CSS. See example below.  Change the color code to your color code. background-color: #fafafa;

How to hide the Submit Property And Login / Register

The Submit Property page allows users to see the first steps in submitting a property. Users must Register / Login before moving forward with the submission. Login will be needed for users to send booking requests. You can disable the options, but the modal will still show up when sending the requests If you wish […]

Mobile Menu: How to change background color

Replace the color codes (#fffff and #000000) and add the css in theme options – design – custom css or  in child theme style.css (if you installed it from theme pack). Header mobile menu   .mobile_header { background-color: #ffffff; } .mobile_header i { color: #000000; } Mobile Menu item .snap-drawer { background-color: #282D33; } .user_mobile_menu_list, […]

Theme options – General – Footer

CONTENT Footer Options Footer widgets Footer menu Footer Colors Hide Footer Footer Options To manage the footer options navigate to Theme Options > General > Footer. Here you have the following options: Insert the background image for Footer and option to repeat the image. Make footer wide. Options are Yes/No Set Copyright message. Html is not allowed for this field. […]

Mobile Menu

The mobile menu can be managed independently from the Web view menu, and it shows only on responsive devices (1024px wide screens or lower). How does the mobile menu look Mobile menu is triggered by clicking on the dedicated icon: How to manage/create the mobile menu Go to Admin – Appearance Menus Create a menu […]

Main Menu

Theme supports one menu with multiple dropdown menus (up to 3 nested levels) How to create the menu To create the menu go to Appearance -> Menu. Create a menu and add the links using the panels listed on the left. You can create different menus for primary menu, footer menu and mobile menu. How […]

Homepage

Homepages are built with the regular WordPress page and a combination of shortcodes as content. You can create unlimited pages and select any of them as you homepage. To create a new page go to Admin -> Pages -> Add New Page -> Add content and click Publish when you’re done. Make sure that Default […]

How to change login Icon on Mobile Menu and icons for My booking/MyReservation

If you want to change this icon from Mobile Menu: Replace the icon with custom css through WpRentals Child theme -> Style.css Install Child theme -> Edit Style.css and copy paste below code Help to install child theme https://help.wprentals.org/article/how-to-activate-child-theme/ i.fas.fa-cogs { margin: 25px 0px; } .mobile-trigger-user:before { content: “\f007”; font: normal normal normal 14px/1 FontAwesome; […]