Categories

Featured templates

Joomla 3.x. How to replace text logo with the image

Elina Webb March 30, 2015
Rating: 5.0/5. From 1 vote.
Please wait...

This tutorial shows how to replace a text logo with an image in Joomla 3.x.

Joomla 3.x. How to replace text logo with the image

  1. Log into Joomla Admin Panel to upload a new logo image (you can also upload the image via FTP or File Manager):

    Joomla-3.x_How_to_replace_a_text_logo_with_an_image-1

    Go to Media Manager:

    Joomla-3.x_How_to_replace_a_text_logo_with_an_image-2

    Choose the folder for your image and click Upload button, then Browse the image file from your computer:

    Joomla-3.x_How_to_replace_a_text_logo_with_an_image-3

    Get the direct link to the new uploaded image by using a developer tool:

    Joomla-3.x_How_to_replace_a_text_logo_with_an_image-4

  2. Log into FTP/File Manager, follow this path templates/themexxxx (with xxxx is the number of the default theme), open index.php file, and look for the code as below (You can search with the key word Logo):

    Joomla-3.x_How_to_replace_a_text_logo_with_an_image-5

        <!-- Logo -->
              <div id="logo">
                <a href="<?php echo $this->baseurl; ?>">
                  <h1><?php echo wrap_chars_with_span($sitename); ?></h1>
                </a>
              </div>
    

    Then replace:

      <h1><?php echo wrap_chars_with_span($sitename); ?></h1>
      

    with:

      <img src="#"/>
      

    # should be replaced with the direct link to the new uploaded logo image that we have saved earlier:

    Joomla-3.x_How_to_replace_a_text_logo_with_an_image-6

    Click Save Changes:

    Joomla-3.x_How_to_replace_a_text_logo_with_an_image-7

  3. Refresh the site to see the text logo has been replaced with your new image logo:

    Joomla-3.x_How_to_replace_a_text_logo_with_an_image-8

Feel free to check the detailed video tutorial below:

Joomla 3.x. How to replace text logo with the image

Best Premium Joomla Templates
This entry was posted in Joomla! Tutorials and tagged image, joomla, logo, text. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket