This tutorial will show you how to replace the image logo in WordPress.
Logo upload
Most recent WordPress themes have the ability to change the logo through the WordPress admin panel.
1. Open the WordPress admin panel, go to Appearance > Logo.
2. Here you can Browse for the logo image on your computer and upload it to your website.
Change logo dimentions
In most cases the customer’s logo have different dimentions from the original theme logo. To make it fit the layout you need to perform some CSS file modifications.
1. Open the style.css file from the wp-content/themes/theme### folder with your HTML/CSS editor (Notepad, Adobe Dreamweaver, Microsoft Expression Web etc)
2. Then you need to locate the logo styles in the style.css file. This could be done manually looping through the css file or you can choose more easy way.
To find the logo styles you can use your browser capabilities that allow you to see the styles of the website elements.
For Mozilla Firefox you can install Firebug plugin.
For IE 8 you can use Tools > Developer Tools.
For Google Chrome and Opera you can use Inspect Element option (right click > Inspect Element)
These tools allow you to selec tthe element (logo in our case) and see it’s styles.
Change the logo styles. in the CSS file to match the theme layout.
Feel free to check the detailed video tutorial below:
How to replace image logo