Friends who have used Dreamweaver know that most of Dreamweaver’s functions are implemented in the background. But not all functions are like this, such as changing the logo at the top of the homepage.
So how do we change the top logo? Let me introduce you to the specific method below.
1. Change the logo in gif format
1. Open the directory where the top Logo is located
Find logo.gif in uploads\templets\default\images, this is what we want to replace ’s logo!
#2. Replace it
Just cover it with the prepared logo. Of course, the logo file format must also be gif, and the name must also be Same.
2. Change the logo to a non-gif format
What if my logo is not in gif format or I prefer another format? Good luck?
1. Use Notepad to open the Dingzong template head.htm and find logo.gif.
You can see that the result is like this:
2. Modify the code
Modify the logo.gif at the end to what we like The format is fine.
Recommended study: 梦Weavercms
The above is the detailed content of What should I do if I want to change the logo on the top of dedecms?. For more information, please follow other related articles on the PHP Chinese website!