WPRentals Theme Documentation WPRentals Theme Documentation

  • Client Support
  • Video Tutorials
  • WPRentals
  • WPEstate
  • API
Home / Menu Options, Technical how to / How to change the login Icon on Mobile Menu and icons for My bookings or My Reservations with CSS

How to change the login Icon on Mobile Menu and icons for My bookings or My Reservations with CSS

8739 views

If you’d like to customize or replace icons in the mobile menu (e.g., Mobile Menu Icon, My Reservations, or My Bookings), follow the steps below using the WP Rentals Child Theme and custom css.

This is an example for how to add a different icon. You can choose your icon code as you wish

i.fas.fa-cogs {
margin: 25px 0px;
}

.mobile-trigger-user:before {
content: "\f007";
font: normal normal normal 14px/1 FontAwesome;
font-size: 30px;
}

.fa-cogs:before{
display:none;
}

 

To change icons for My reservation:

.fa-folder-open:before {
content: "\f236" !important; /* Folder Icon */
}

 

To change the icons for My bookings:

i.far.fa-folder-open:before {
content: "\f02e" !important; /* Book Icon */
}

If you prefer to adding the css in child theme:

Help to install child theme https://help.wprentals.org/article/how-to-activate-child-theme/
Add the css in Child theme style.css

If you prefer adding the css as custom css

You can add custom CSS in Theme Options > Design > Custom CSS. The changes you make here will not be overwritten when you update the theme.

To see the CSS changes, you may need to clear cache from WpRentals Cache (if enabled).

If your CSS changes are not showing up, it may be due to incorrect CSS code or browser caching. As an alternative, you can use the WordPress Customizer (a default WordPress feature), which allows you to preview changes immediately and helps bypass cache issues.

Menu OptionsTechnical how to

Related Articles

  • How to add a new currency in Theme Options for payments.
  • How to Disable WordPress Image Compression and Preserve Original Quality
  • How to Change the Default Categories Icon from Listing Card Unit
  • How to change the background color and logo for admin login page

HELP CATEGORIES

  • 71. General
  • 102. Installation & Basic Setup
  • 393. How Booking Works
  • 20Advanced Search
  • 18Elementor Free & WP Rentals Studio
  • 13Email Notifications
  • 14FAQ
  • 14Installation FAQ
  • 10Menu Options
  • 27Multi-Languages - 3rd party
  • 33Owner & Renter
  • 9Page Templates
  • 23Property / Listing
  • 22Shortcodes
  • 4Supported Maps
  • 98Technical how to
  • 5Third Party plugins
  • 3Translation
  • 3WordPress Blog Post
  • 13WordPress Widgets
  • 13WP Rentals Payments
  • 79WP Rentals Theme Options

Join Us On

Powered by WP Estate - All Rights Reserved
  • Client Support
  • Video Tutorials
  • WPRentals
  • WPEstate
  • API