Title: evidenziare celle
Last modified: November 1, 2021

---

# evidenziare celle

 *  Resolved [up99up99](https://wordpress.org/support/users/up99up99/)
 * (@up99up99)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/evidenziare-celle/)
 * Ciao Tobias.
    Scusa il disturbo.
 * nella tabella che vedi ([https://www.nuotopinnatogdf.it/palinsesto/](https://www.nuotopinnatogdf.it/palinsesto/))
   
   vorrei evidenziare le celle che hanno la parola “Dogali” in giallo e quelle che
   hanno la parola “Ragazzi” in verde. ho spulciato utto il forum, ma non ho capito
   come posso fare.
 * Grazie
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fevidenziare-celle%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/evidenziare-celle/#post-15027078)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * For this, you could indeed try a TablePress Extension:
    [https://tablepress.org/download/extension/tablepress-cell-highlighting.zip](https://tablepress.org/download/extension/tablepress-cell-highlighting.zip)
 * For details and an example, please see the PHP file source code, which has one
   in the comment at the top.
    Essentially, you’ll need to use the modified Shortcode
 *     ```
       [table id=37 highlight="Dogali||Ragazzi" /]
       ```
   
 * on this page.
    In addition, add this to the “Custom CSS” textarea on the “Plugin
   Options” screen of TablePress:
 *     ```
       .tablepress .highlight-dogali {
       	background-color: #ff0000 !important;
       }
       .tablepress .highlight-ragazzi {
       	background-color: #00ff00 !important;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [up99up99](https://wordpress.org/support/users/up99up99/)
 * (@up99up99)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/evidenziare-celle/#post-15031703)
 * Grazie Tobias.
 * Ho provato, ma non funziona.
 * Ho installato l’estensione highlighting.
 * ho aggiunto queste righe all’opzione plugin
    .tablepress .highlight-dogali { 
   background-color: #DDA0DD !important; }
 * .tablepress .highlight-ragazzi {
    background-color: #B0E0E6 !important; }
 * ed ho cambiato lo shotcode come mi ha detto…..ma non va.
    cosa sto sbagliando?
   grazie
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/evidenziare-celle/#post-15031847)
 * Hi,
 * are you sure that the Extension is activated as a plugin on the site?
    Can you
   please post a screenshot of how/where you modified the Shortcode (you can e.g.
   upload the screenshot to a service like [https://imgur.com/](https://imgur.com/)
   and post a link here).
 * Regards,
    Tobias
 *  Thread Starter [up99up99](https://wordpress.org/support/users/up99up99/)
 * (@up99up99)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/evidenziare-celle/#post-15031903)
 * Ciao,
    l’estensione è attiva, funziona su altre tabelle del sito (vedi pagina
   medagliere).
 * [https://www.nuotopinnatogdf.it/palinsesto/](https://www.nuotopinnatogdf.it/palinsesto/)
   
   ho caricato lo screenshot dello shortcode
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/evidenziare-celle/#post-15032146)
 * Hi,
 * thanks for that! It’s strange that it’s still not working.
    Could you therefore
   please get in touch via email (the address is in the main plugin file “tablepress.
   php”)? That way, I can investigate this directly. Thanks!
 * Regards,
    Tobias

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

The topic ‘evidenziare celle’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/evidenziare-celle/#post-15032146)
 * Status: resolved