How to Change the Title of the Header on IMVU

When you join IMVU, you get a personal profile page that displays a header title, which appears at the top of the browser window next to the "IMVU" entry. Understanding how to change this label is often confusing because IMVU does not provide the tools needed to perform this task. You can use a workaround by adding your own JavaScript code that changes the title of the header to the name that you prefer.

Instructions

    • 1

      Log in to your IMVU account. Click on your avatar name that appears next to your image to go to your profile.

    • 2

      Click the "Edit" button in the About Me box that displays, then click the "Edit Custom HTML/CSS" option in the drop-down list. This action displays a text box where you enter your code.

    • 3

      Type the following code in the text box:

      <script type="text/javascript"> 
   
      document.title='Enter your preferred header title here';
      
</script>

      Replace "Enter Your Preferred Header Title Here" with the title that you want to use.

    • 4

      Click "Save" and refresh your browser page. The new title of the header now appears.

Related Searches:

References

Resources

Comments

Related Ads

Featured