Title: Color text
Last modified: April 23, 2021

---

# Color text

 *  [btsbt](https://wordpress.org/support/users/btsbt/)
 * (@btsbt)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/color-text-2/)
 * Hello,
 * Is there a way to do the following with the plugin?
 * If it is, could You help me a bit?
 * I have a result pages color for a quiz.
 * The result pages writes percentage..
 * If the percentage (xx%) is below 75 the text of it should be red
 * if between 75 and 80 should be orange
 * if above 80 should be green
 * Thank You so much
    -  This topic was modified 4 years, 12 months ago by [btsbt](https://wordpress.org/support/users/btsbt/).

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

 *  Plugin Author [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * (@bungeshea)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/color-text-2/#post-14356138)
 * This really depends on what plugin or similar you are using to power the quiz.
 * Would it be possible to share a link to your site?
 *  Thread Starter [btsbt](https://wordpress.org/support/users/btsbt/)
 * (@btsbt)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/color-text-2/#post-14356205)
 * Hello,
 * This is QSM plugin, user dashboard addon.
 * As You can only see the quiz results if You filled out a quiz, let me give You
   an end-user account.
 * Then You can go through fast on this quiz (20 questions):
    [https://furedyachtoktatas.hu/probavizsga/kedvtelesi/hajozasi-szabalyzat-modul/](https://furedyachtoktatas.hu/probavizsga/kedvtelesi/hajozasi-szabalyzat-modul/)
 * And check Your result page here:
    [https://furedyachtoktatas.hu/eredmenyeim/](https://furedyachtoktatas.hu/eredmenyeim/)
 * Where can I send You login credentials please?
 *  Thread Starter [btsbt](https://wordpress.org/support/users/btsbt/)
 * (@btsbt)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/color-text-2/#post-14372381)
 * Hello,
 * Did you have a chance to check it please?
 *  Plugin Author [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * (@bungeshea)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/color-text-2/#post-14388964)
 * Unfortunately, without seeing the page, I can’t tell what CSS selectors to use,
   but in general you’d want a snippet like this:
 *     ```
       add_action( 'wp_head', function () {
       <style>
   
       /* css code here */
   
       </style>
       } );
       ```
   

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

The topic ‘Color text’ is closed to new replies.

 * ![](https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878)
 * [Code Snippets](https://wordpress.org/plugins/code-snippets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/code-snippets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/code-snippets/)
 * [Active Topics](https://wordpress.org/support/plugin/code-snippets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/code-snippets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/code-snippets/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/color-text-2/#post-14388964)
 * Status: not a support question