Is there a way to make a text or object of a slide master be on top level of a child item?
Use the footer to put text on the slide master and layouts. The master footer will sit on the slide; if you send the slide's other content to back, the footer text will sit above it.
You can insert an image on a master slide that is shown in front of everything else by inserting it as an ActiveX image control.
- If you are using PowerPoint 2010 or later, show the Developer ribbon group by going to File>Options>Customize Ribbon, and selecting Developer in the right-hand list.
- Open the Slide Master view.
- From the Developer ribbon tab, Controls group (or equivalent with older versions of PowerPoint), click on the Image control (looks like a mountain with the sun above it) and click on the slide to insert it.
- Right-click on the inserted image control and choose Properties to obtain its Properties dialog.
- Click on the
…
button on the Picture line and select the picture you want to show. - Optionally, modify PictureSizeMode to fmPictureSizeModeZoon so that the loaded image resizes to fit the control.
- Optionally, modify BorderStyle to remove the border, and BackStyle to make any part of the control not covered by the picture transparent.
- Drag the image control to the size and position that you want.
For text, you could do a similar thing using a label control instead of the image control.
You can also just insert a placeholder for text or image (or any other placeholder) on the slidemaster, and then fill-in the placeholder on the master. The placeholder can be positioned on top of the placeholders for slide contents.
View Slidemaster and edit top slidemaster or a sub-slidemaster layout
Insert Placeholder (Slidemaster Tab, command Insert Placeholder). Choose Text or Image
- Place the placeholder in front or in back or in between other objects on the layout as you wish.
- Insert a picture in a picture placeholder: While in View Slidemaster mode, select the placeholder, use Home tab, Shape Fill, and choose a picture.
- Insert a text in a text placeholder: While in View Slidemaster mode, just edit and format the text.