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. If you’d like to create a new header or add extra buttons/links that trigger the login or register modals in Elementor Pro, follow these simple steps: Edit […]
Menu Options
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 buttons
Purpose of the Submit Property Page The Submit Property page is the first step for users to submit a property listing. Users are required to Register/Login before completing the submission process. If a user does not complete the registration, any listings added through this form will be saved as “orphan listings” and may be automatically […]
Mobile Menu: How to change colors
Important: Do not tick the “On save, give me the CSS code to save in child theme style.css?” option if you want the new colors to apply when saving Theme Options. This option should be ticked only if you plan to manually add the CSS code to style.css , as it will prevent Theme Options […]
Theme Options – Footer
CONTENT Footer Options Footer widgets Footer menu Footer Colors Hide Footer Footer Options Footer Elements include the following options: Show Footer Copyright Area? Yes/No toggle Choose Yes if you want a copyright message to appear at the bottom of your site. Choose No to hide it completely. Copyright Message Type the text you want to […]
Mobile Menu Management in WP Rentals
What is the Mobile Menu? The mobile menu in WP Rentals is specifically designed for responsive devices (screens 1024px wide or less). It is managed independently from the desktop menu and can be activated by clicking on the dedicated mobile menu icon. How to Manage/Create the Mobile Menu Navigate to Admin → Appearance → MenusCreate […]
How to Create and Manage Menus in WPRentals
The theme supports one menu with multiple dropdowns, allowing up to 3 nested levels for sub-menus. You can also create separate menus for the primary menu, footer menu, and mobile menu. How to Create a Menu Go to Appearance → Menus in your WordPress dashboard. Click Create a New Menu and give it a name. […]
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; […]