Changing colors on all slides

I have a presentation with 84 slides. My text is white. I want to change all slides to black text with a white background. What's the quickest way to do this short of manually changing each slide separately?

You should be able to change the slide master(s) to get the appearance you want. In the View menu, select "Show Master Slides". When you click on one of the masters, you can edit it, and any slide that has that as its master will be changed. So, you can change a master's background to white, and change the text on it to black, and all slides using that master will have white backgrounds with black text.
Note that the text on slides will only be changed if that text was typed into the default text box of the slide (in other words, if it used the master's text box). If the text was added as a separate object, you'll have to change that text by hand.
PowerMac G5   Mac OS X (10.4.4)  

Similar Messages

  • Change colors to all components in a consistent way

    Is there a way to change color to all components of an application (or of a JFrame), such as all JButtons backgrounds, JFrame backgrounds etc.?
    I suppose i've to deal with UIManager defaults, but is there some facility, or some check-list to help achieve this task?.
    Thanks in advance
    Agostino

    Check out my ComponentMapper class. You could do it with this by running the mapper on the contentpane (and potentially the JMenuBar too if you like)
    You are welcome to use and modify this code but please don't change the package or take credit for it as your own work
    tjacobs.util.ComponentMapper
    ======================
    package tjacobs.util;
    import java.awt.Component;
    import java.awt.Container;
    import java.awt.TextComponent;
    import javax.swing.JFileChooser;
    import javax.swing.JTextField;
    import javax.swing.SwingUtilities;
    import javax.swing.event.DocumentEvent;
    import javax.swing.event.DocumentListener;
    import javax.swing.text.JTextComponent;
    public class ComponentMapper {
         public static interface MappedFunc {
              public void func(Component c);
         public static void map(Component c, MappedFunc func) {
              func.func(c);
              if (c instanceof Container) {
                   Container con = (Container)c;
                   int count = con.getComponentCount();
                   for (int i = 0; i < count; i++) {
                        map(con.getComponent(i), func);
         public static void main(String[] args) {
              JFileChooser fc = new JFileChooser();
              MappedFunc mf = new MappedFunc() {
                   public void func(Component c) {
                        if (c instanceof JTextComponent) {
                             System.out.println("found");
                             final JTextField tf = ((JTextField)c);
                             tf.setEditable(false);
                             tf.getDocument().addDocumentListener(new DocumentListener() {
                                  public void insertUpdate(DocumentEvent de) {
                                       Runnable r = new Runnable() {
                                            public void run() {
                                                 tf.setText("");
                                       SwingUtilities.invokeLater(r);
                                  public void removeUpdate(DocumentEvent de) {
                                  public void changedUpdate(DocumentEvent de) {
                             while (c != null) {
                                  System.out.println(c.getClass());
                                  c = c.getParent();
                             //disable the textfield
              map(fc, mf);
              fc.showSaveDialog(null);
    }

  • Can I change color of all objects at ones ?

    Hello guys
    I understand that's very fundamental question, and I promise I search the forum prior to posting, but perhaps it's my bad english and wrong phrasing, that leads to poor results. So if that has been discuss, please kindly don't waste your time, just link me to the post and I will read away.
    I have very complex file, with hundreds of paths, shapes, text, outlined text,  etc... It's a brochure with graphs, scematich drawings and text.
    Last moment, the client like the reverse the colors from (current) Black on white, to all White on dark gray background.
    Problem is, I can't seem to find easy way to just change the colors, without selecting one by one, every single object. When I selest all and choose white, it start filling paths with solid fill... Editing it wastes allot of my time and I have many pages to do.
    Is there any way to simple change color of everything at once, just from black to white ? Or do I have to go object by object manually ?
    Thank you very much, for all the help so far, and I'm sincerly sorry to waste your time if that has been covered previously.
    Good day
    ciao ciao
    Monika

    Thank you both for such prompt follow up. I know it's just typing and it's easy but I sincerly mean it. Thank you.
    The INVERT work on some images.
    The "SAME" seem to work funny way. When I select STROKE COLOR, it does nothing, but when I select WIGHT then it does and in fact I'm able to change lots of strokes at once with ease. Even tho I'm left with few small bits here and there which I need to change manually, it is certainly far better than doing one by one.
    Thanks a lot for the help, it's what I was looking for.
    By the way   I not once used the SAME menu. Feel so lame, given I use AI (not daily but often) for few years now... Shame.
    Thank you and you guys have a great day
    xoxo

  • Change colors of all controls

    Can I programmaticaly to change (to switch between two options) the color of ALL controls by some common command without dealing with property node of each control?
    Thank you,
    Boris

    Pnt,
    Thank you. I tried it as in example with decorations: http://zone.ni.com/devzone/cda/epd/p/id/5217.
    But it looks that this option is not available for controls.
    Attachments:
    decorations.png ‏2 KB
    controls.png ‏7 KB

  • Changing fonts in all slides, Changing fonts in all slides

    Hello, I have 80 slides I'd like to change the font in all slides to a simpler font. I'm using chalkduster font on iPad, how can I change it? Can I make 1 change or must I go through every slide?

    Did you solve this font issue with Keynote?  I just finished a huge presentation, uploaded it to the cloud and now realize the font I used on my iMac is NOT on keynote...go figure! So, now all the capitalization is screwy and inconsistent.  don't want to recreate all fonts box by box.

  • Howto change color for all elements

    I want to update the formatting for some existing Keynote presentations. Applying a new Theme does most of the work, but there are some things that are not updated to the new theme. For example: background color of certain text boxes -- and the color of actual bullets for bullet points.
    In the case of these presentations:
    - the background color of the textboxes is blue and I want them all to be transparent
    - the color of the bullets is blue and I want them all to be the default color/picture of the particular theme
    I realize this is because Keynote is "respecting" textbox formatting changes I have made in the original, but it would be nice if I could over-ride this "respect" somehow. It is easy to select all the text of a Keynote presentation and apply various ways to all the text. Is there a trick for selecting all textboxes (and changing the background color of them) -- or of specifying something to the effect of, "apply the following format to all the bullets in a presentation?

    Ok, in that file, you'll find a set of parameters that looks like this.
    sfa:r="1" sfa:g="0" sfa:b="0" sfa:a=".5"
    Those stand for the red, green, and blue of a color and the last one is the opacity. This particular combination would create a red object with 50 percent opacity. Still looking for which one of these controls the background of a text box.
    You know, it looks like if you go through the file searching for sf:fill and deleting that section, then that removes the fill. Once you find the right section, one find and replace would do it for you. It's one of those things that makes me wish I was handy enough with Automator and/or Applescript.
    Message was edited by: Kyn Drake

  • How to change color of canvas?

    I made sure the background color swatch in the lower left of the tool box was set to blue.  Then I went to Image>Resize>Canvas Size> and changed the sizes.  Then I set the Color Extension to the background color blue, and the little box to the right of this showed the blue I wanted.
    Then I clicked OK.
    The sizes changed properly, but the color won't change colors at all.  It stays an ugly putty brown, no matter that I have tried every single way in that color extension box pull-down menu.
    Any help will be much appreciated.

    Try this:
    Set the background color (lower left) to blue
    Go to File>new>blank file. Enter width & height in inches for the desired document, resolution 240-300px/in for printing, background contents: background color.
    OK

  • My background color for all pages has changed to pink, how do I get it back to white?

    The background color in all of my screens has switched to pink. How do I get it back to white? I wonder if it changed when I was shopping in a web site and had clicked on a pink watch(?)

    Check the default color settings:
    *Tools > Options > Content : Fonts & Colors > Colors
    * [X] "Allow pages to choose their own colors, instead of my selections above"
    *https://support.mozilla.com/kb/Changing+fonts+and+colors

  • How do I change the color of all the text in a PDF?

    Hi.
    I have a large PDF, over 1000 pages. Some of the text is highlighted which makes it difficult to see on my preferred document background. In Acrobat XI how do I change the color of all the text in the document back to black please? Although solutions using any other software will be much appreciated too.
    I searched this forum already, and the same question was asked back in 2007 when it appears the only solution was to use an expensive third party plugin.
    Thanks.

    I know of no new solutions since 2007 except the ones you found.
    You could use the Accessibility Preferences > Change Document Colors to choose a text color. However, this is an individual preference and cannot be set as a default for others opening the document.

  • How to change color of slider-thumb?

    Hi,
    I want to change the color of the slider in my gui.
    I tried it with the UIManager:
    public static void main(String[]args){
    //UIManager.put("Slider.thumb", Color.BLACK); //no effect
    UIManager.put("Slider.foreground", Color.BLACK);
    UIMangager.put("ScrollBar.thumb, Color.BLACK);
    }There was no problem with the scrollbar, but the slider only changed its color if clicked and only partially.
    thx for your time

    my best result:
    zoomSlider.setUI(new BasicSliderUI(zoomSlider) {
                   public void paint(Graphics g, JComponent c) {
                        super.paint(g, c);
                        Color save =
                                    zoomSlider.getBackground();
                        zoomSlider.setBackground(Color.BLUE);
                        paintThumb(g);
                        zoomSlider.setBackground(save);
              });but now i have problems with my listeners and other components.

  • Changing the hightlight color for all existing highlighted text

    Is there a quick way to change the hightlight color of all existing highlighted text in a document? Thanks.

    Never mind I found it. Open the Comment panel, select all existing comments, right-click and select Properties, change to your desired setting, click OK.

  • Is there no way to update the "Default Lables" on all slides once I've changed it under the Preferences?

    Is there no way to update the "Default Lables" on all slides once I've changed it under the Preferences?
    I really don't want to recreate the slides from scratch again.

    What about File, Export, Text Captions...? You'll have a Word document with two columns. Translate the second column (much easier in Word) and import again. That is the normal work flow for translation. Same is possible with XML instead of Word.

  • ALL SHAPES LAYERS SUDDENLY CHANGED COLOR WITH SOME ACCIDENTALLY USED KEYBOARD SHORT CUT PLEASE HELP

    I was working away in photoshop on an INCREDIBLY important file and suddenly all of my shape layers inverted... there is NOTHING in the history and I have literally tried everything I can think of. this is seriously a crucial issue and i really need this to be fixed. if ANYONE knows anything please help. I'm posting a screenshot of what it looked like and what it looks like now. naturally adobe wont let me call them or do ANYTHING to get immediate help with this absolutely infuriating problem so if someone out there could help that would be great. SERIOUSLY regretting using photoshop, it is so infuriating even after 7 years of using it.
    ^^ this is what the colors looked like
    and VV this is what they look like now. as far as i can tell, its only the shape layers that have changed color. I have tried everything and nothing works.
    roughly, all the yellow turned green and all the red and white turned black? I have no idea. please PLEASE someone help me.

    The colors are present even when  I exported Jpegs from the photoshop file. Gamut warning is off. the difficult thing with screenshots is that the image appears in different colors at different sizes... which is bizzare.. at the full shape, some of the shape layers appear fine as pictured below
    and then when i zoom in this happens

  • Change all slide's value

    Hi every body,
    I need some help today for one problem about slide - sub vi and property node.
    I would like to change all slide value with a sub vi
    Any ideas ?
    Thanks
    Solved!
    Go to Solution.

    Hi,
                         Using of property node u can change the value of Slide.
    Siva
    Sivaraj M.S
    CLD
    Attachments:
    main.vi ‏7 KB
    Sub.vi ‏8 KB

  • My screen is changing colors and has lines in all the screen what can i do

    I accidentally dropped my cellphone s couple of times. Then it got wet but I did not know it was wet and I connected it to my charger then my screen started to change colors and had lines covering the whole screen what can I do? I need help!

    There is nothing you can do with that unit
    Apple should exchange it for an Out of Warranty exchange  identical 5S  for $269 if you are in the US ,similar pricing elsewhere

Maybe you are looking for

  • Macbook Pro Early 2011 Display issue

    Hi all, After reading the replacement program that has been extended to MBP for 15" and 17", is there going to be any news with regards to the 13"? The reason why I'm asking is that while I'm not sure if mine is an isolated issue or widespread/common

  • Master-Detail and Detail-SubDetail navigation.

    Hi! I am facing an issue regarding navigation in a second (subDetail) level child table. I have Master-Detail-subDetail like lilnks of three VOs. I have created 2 VLs for Master-Detail and Detail-SubDetail. Now on my custom page, navigation is fine f

  • Why wont my ipod connect to my wi-fi?

    My ipod will connect to any wi-fi but it will not connect at home. how can i fix this?

  • Periodic I/O server build error

    Hi folks, Im trying to create a periodic IO server through a Vi I built for a project and have followed the set giudelines in the Getting Started the LabVIEW DSC Module.  I'm getting the following fail when I try to build the IO server. Warning, the

  • How do I change the pie graph outline from black to white?

    I have created a pie graph in Illustrator CS6 and cannot figure out how to change the outline stroke from black to white (this is my first time trying to create a pie graph in illustrator and did not find the answer to my question in any of illustrat