WP Residence Help WP Residence Help

  • WPRESIDENCE
  • Video Tutorials
  • Client Support
  • API
Home / FAQ / How to change the login icon on mobile.

How to change the login icon on mobile.

2563 views 0

How to Replace the Mobile User Icon

The user icon displayed in the mobile menu can be replaced with another Font Awesome icon by using custom CSS.



Find the Font Awesome Icon Code

First, choose the Font Awesome icon you want to use from the Font Awesome icons library:


https://fontawesome.com/icons

Each Font Awesome icon has a unicode value. For example, the cogs icon uses the code f085.



Add the Custom CSS

Use the CSS below to replace the current mobile user icon:

.fa-cogs:before {
  content: "\f085" !important;
}

Replace f085 with the unicode value of the Font Awesome icon you want to use.

For example, if the new icon uses the unicode value f007, the CSS would be:

.fa-cogs:before {
  content: "\f007" !important;
}

Where to Add the CSS

Because the Redux Framework may not save the backslash character \ correctly in this CSS rule, do not add this code in Theme Options custom CSS.

Instead, add the CSS in one of these places:

  • Appearance > Customize > Additional CSS
  • The style.css file from your child theme



Important Note

This customization changes the icon visually using CSS. After adding the CSS, clear your website cache, browser cache, and any server or CDN cache if used.

FAQ

Related Articles

  • FAQ – How do I migrate my website to a new hosting provider?
  • Why Add Listing and User Dashboard May Not Be Visible on Mobile
  • Can I add Email, WhatsApp, and Phone to property cards on the Advanced Search Results page?
  • Why are H2 or H3 tags shown as plain text after listing pages?

Help Categories

  • 18Agent, Agency & Developers
  • 5Blog Posts & Blog Lists
  • 38Elementor Shortcodes Built-In
  • 45FAQ
  • 15Footer
  • 5Getting Started
  • 37Header
  • 2IDX & MLSImport
  • 6Installation & Setup
  • 23Installation FAQ
  • 23Maps & Location Settings
  • 21Multi-Language - Third Party Plugins
  • 6Other Third party Plugins
  • 20Pages
  • 4Payments & Monetization
  • 20Property Lists, Categories & Archive
  • 37Property Pages & Layouts
  • 31Search & Filtering
  • 162Technical how to | Custom Code Required
  • 8Technical: Actions and filters
  • 6Technical: Child Theme
  • 86Theme Options & Global Settings
  • 7Translations & Languages
  • 16WPBakery Shortcodes
  • 50WPEstate / WPResidence Translate Plugin
  • 51WPResidence / WPEstate CRM
  • 50WPResidence 5.0 Documentation
  • 8WPResidence Elementor Studio

Join Us On

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