Each website must have a unique attractive logo. When you installed Joomla for your website, you will find the default logo of Joomla. But you need to replace the default logo with your company or website logo. Changing logo in Joomla is simple and easy. This page explains in short the ways to change the logo of your Joomla website.
Steps to change logo in Joomla template:
Follow the following steps to change logo in Joomla template:- Select the template which your are using and click on Edit option.
- Click on Edit CSS option to access the template’s CSS code.
- A list of templates will be listed and choose template.css for changing the logo of the website. Choose that and click on Edit link
- Find the code block of logo and replace the logo name with your uploaded logo name in the url section. In the following, you will find the change format of CSS after changing the logo name.
div#logo { position: absolute; left: 0; top: 0; float: left; width: 298px; height: 75px; background: url(../images/myLogo.png) 0 0 no-repeat; margin-left: 30px; margin-top: 25px; }
- Finishing the above steps, click on Save button to to change the logo. After saving the code, refresh your website and you will find the changed logo in your website.
Following the above steps, you can easily change logo of the Joomla website. Hope, you will be able to do that. Moreover, if you face any problem during the time of changing of the template logo, just mention it to the comment section.
No comments:
Post a Comment