1. Logo
========
Go to the Zope Management Interface (Site Setup > Zope Management Interface)
Go to portal_skins > plone_images
Click logo.jpg and then click the customize button
Now replace the image by clicking the browse button and choosing your own image from your file system
Edit the Title field (this will ensure that the title attribute changes in the HTML)
Save your changes and refresh your browser to see the changes on your site
OR
Go to the Zope Management Interface (Site Setup > Zope Management Interface)
Make sure that you've switched your css registry to debug mode (portal_css)
Go to portal_skins > custom and choose Image from the drop down list on the right
Upload your own image giving it an ID and a Title e.g.:
ID = MyLogo.jpg
Title = My Logo
Go to portal_skins > plone_styles, click base_properties and then click the customize button
You'll now have a customized version of base_properties in the custom folder of portal_skins which you can change as you like. Find the logoName field and replace the value logo.jpg with the ID you gave your image (if you gave your ID a .jpg or .gif suffix, make sure you include that, and remember that it is case-sensitive) e.g.:
logoName = MyLogo.jpg
Save your changes and refresh your browser
Size
-----
ZMI -> /portal_view_customizations -> plone.logo -> manage_main
No comments:
Post a Comment