Share via

Word: How do I use multiple styles in a single line? "Character" Style Type does not work.

Ray Last Name 0 Reputation points
2026-05-16T00:02:17.2033333+00:00

I was wanting to change the style in the middle of a line so I didn't have to complete a complex series of keybinds each time I needed to add this particular look to my text (which is often). So, I made a style and quickly discovered you need to set the style mode for the style to "Character" in order to make it actually work. I have tried setting both styles to "Character," setting just the second style to "Character," setting both to "Linked" and just the second to "Linked," and still, no matter what I do, the actual parameters I set for the second style do not happen.

Current setup: first style is set to "Paragraph" and second style is set to "Character":

My first style is bold and italic, my second style is italic and subscript. I have my second style set to "not bold" as well, yet it always un-italicizes and boldens when I switch to the second style in the same line as the first style. Through testing, I determined that whenever I switch to the second style, boldness is unaffected while italics are triggered. When the line is already italicized, italics trigger with the second style, thus turning italics off.

I tried recreating my second style and making sure it was not bold, but did not say "not bold" in the text box below the preview to see what would happen. Now, when I switch to the second style in the same line as my first style, it simply switches itself back to my first style. When I type in the first style, select the text, then switch it to my second style, the same problem of not overriding bold and double triggering italics occurs.

Note: my second style automatically sets itself to priority 2, and I can't find anything anywhere about how to change priorities on my version of word. Don't know if that would do anything to help.

Why does the style not just change to the parameters that I've set?

Microsoft 365 and Office | Word | For home | MacOS
0 comments No comments

3 answers

Sort by: Most helpful
  1. Stefan Blom 342.4K Reputation points MVP Volunteer Moderator
    2026-05-16T14:04:22.0166667+00:00

    The behavior you are seeing is caused by bold and italics being toggle attributes. If you apply a character style which includes bold formatting to a paragraph style which is also bold, the end result will be not bold.

    Was this answer helpful?

    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. AI answer

    2026-05-16T00:02:38.94+00:00

    In Word, paragraph styles and character styles behave differently and combine according to a style hierarchy. The behavior described occurs because the paragraph style continues to supply formatting, and the character style only adds or overrides specific character-level properties.

    Key points from the style model:

    1. Paragraph vs. character styles
      • Paragraph styles define paragraph-level and character-level properties and apply to the entire paragraph.
      • Character styles apply only to runs of text within a paragraph and can only define character-level properties.
      • A character style is applied to a run by assigning it as the run’s rStyle (run style); the paragraph style still applies underneath.
    2. Style hierarchy and precedence
      • Document defaults or default styles are applied first.
      • Parent style properties are applied next.
      • The properties defined in the current style are applied last and have the highest priority.
      • Direct formatting (manual bold/italic, etc.) is applied on top of styles and has the highest priority in WordPad’s implementation; Word uses a similar layered model.
      This means:
      • If the paragraph style is bold, and the character style does not explicitly turn bold off, the text remains bold.
      • If there is direct formatting (e.g., manually toggled italics), that can override what the character style is trying to do.
    3. Why the second style “does not just change to the parameters set”
      • The character style is not replacing the paragraph style; it is layered on top of it.
      • If the first style is a paragraph style that sets bold and italic, and the second is a character style that sets italic and subscript, the result is:
        • Bold remains from the paragraph style (unless the character style explicitly sets “not bold” and is not overridden by direct formatting).
        • Italic may toggle or appear inconsistent if there is direct formatting or if the character style is not defined exactly as “italic off” but is interacting with existing italic settings.
      • If text has been manually formatted (direct formatting), that direct formatting can override or conflict with the character style, leading to effects such as italics toggling when switching styles.
    4. How to get predictable mid-line styling
      • Use a paragraph style for the base formatting of the line (e.g., bold + italic if that is the default for the whole paragraph).
      • Create a character style that explicitly defines only the properties that should differ (e.g., subscript and, if needed, explicitly “not bold” or “not italic”).
      • Apply the paragraph style to the paragraph, then apply the character style only to the specific text that should change.
      • Avoid manual direct formatting on that text; rely on the character style instead so the style hierarchy behaves predictably.

    Because character styles are layered on top of paragraph styles and any direct formatting, the second style is not a full replacement of the first style’s settings. It only modifies character-level properties that it explicitly defines, while the underlying paragraph style (and any direct formatting) continues to apply.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.