Title: Matching text styles
Last modified: February 19, 2024

---

# Matching text styles

 *  Resolved [worsthistorian](https://wordpress.org/support/users/worsthistorian/)
 * (@worsthistorian)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/matching-text-styles/)
 * Hello! I’d like to match the styling of this outputted text:
 *  $output .= RSVP_START_PARA . sprintf(
 *                     .__( ‘Hi %1$s %2$s!’, ‘rsvp’ ),
 * With this text:
 * if ( count( $associations ) > 0 ) {
 *         $form .= ‘<h3 class=”rsvpAdditionalAttendeeTitle”>’ . __
 * Is there a way to do so? Thanks a bunch 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [beatrice12](https://wordpress.org/support/users/beatrice12/)
 * (@beatrice12)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/matching-text-styles/#post-17445353)
 * Hello [@worsthistorian](https://wordpress.org/support/users/worsthistorian/),
 * Thanks for reaching out to us!
 * Can you please send us a screenshot of what you want to achieve exactly? Which
   style are you referring to?
 * Also, a link would be very helpful.
 * Warmly,
 * Beatrice.
 *  Thread Starter [worsthistorian](https://wordpress.org/support/users/worsthistorian/)
 * (@worsthistorian)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/matching-text-styles/#post-17451771)
 * Hi Beatrice,
   Sure! Let me know if this wasn’t what you needed to see, or if you’d
   like more screenshots.Thank you very much for your time. [https://i.gyazo.com/ef2d06733566420ddadcd626211e0ace.png](https://i.gyazo.com/ef2d06733566420ddadcd626211e0ace.png)
   [https://i.gyazo.com/b49e253f9fd2c37d870cbd38bf6b3256.png](https://i.gyazo.com/b49e253f9fd2c37d870cbd38bf6b3256.png)
   [https://i.gyazo.com/1b4b215e5f6d07246be68a1b4ad79ab3.png](https://i.gyazo.com/1b4b215e5f6d07246be68a1b4ad79ab3.png)
 *  [beatrice12](https://wordpress.org/support/users/beatrice12/)
 * (@beatrice12)
 * [2 years ago](https://wordpress.org/support/topic/matching-text-styles/#post-17517998)
 * Hello [@worsthistorian](https://wordpress.org/support/users/worsthistorian/),
 * Unfortunately, it is not possible to achieve what you are looking for, I’m sorry!
 * First of all the css rule you sent us is de default rule for h3 tags added your
   theme or a plugin;
   Furthermore setting the same rule for the paragraph ( Hi <
   name>, ) as your theme sets for h3 tags is not possible as all the paragraphs
   in the plugin have the same class name ‘rsvpParagraph’ so setting this rule for
   one paragraph will set it to all paragraphs displayed by the plugin.
 * Warm regards,
 * Beatrice.
 *  Thread Starter [worsthistorian](https://wordpress.org/support/users/worsthistorian/)
 * (@worsthistorian)
 * [2 years ago](https://wordpress.org/support/topic/matching-text-styles/#post-17540874)
 * No worries! Thank you for taking the time to read/respond.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Matching text styles’ is closed to new replies.

 * ![](https://ps.w.org/rsvp/assets/icon.svg?rev=3477888)
 * [RSVP and Event Management](https://wordpress.org/plugins/rsvp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rsvp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rsvp/)
 * [Active Topics](https://wordpress.org/support/plugin/rsvp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rsvp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rsvp/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [worsthistorian](https://wordpress.org/support/users/worsthistorian/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/matching-text-styles/#post-17540874)
 * Status: resolved