Title: woocommerce with evolve theme
Last modified: July 4, 2017

---

# woocommerce with evolve theme

 *  Resolved [Jidy](https://wordpress.org/support/users/jidy/)
 * (@jidy)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-with-evolve-theme/)
 * Hi team,
 * I would like to change the shadow text of comments in the white background message.
   I would like delete the shadow texte and change the font style.
    Is it possible?
   If yes, could you give step by step please ?
 * [https://artworkvfx.com/produit/masterclass-matte-painting-the-lost-temple?preview=true](https://artworkvfx.com/produit/masterclass-matte-painting-the-lost-temple?preview=true)
 * Many thanks,

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

 *  [Mariusz Szatkowski](https://wordpress.org/support/users/motylanogha/)
 * (@motylanogha)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-with-evolve-theme/#post-9288439)
 * Hi Jidy,
    Sure – you can use CSS Customizer from the admin panel (Appearance 
   > Customize >Additional CSS) and add there the following CSS code:
 *     ```
       .comment, .trackback, .pingback {
           text-shadow: none;}
       ```
   
 * Trackback and pingback class above are optional as both coexist together with
   comment class.
 * You can also modify the style of your comment text e.g.,.
 *     ```
       .comment {
       font-size: 15px;
       color: yellow; 
       }
       ```
   
 * etc.
    For reference, you can also try text CSS generators like [http://csstxt.com/](http://csstxt.com/)
 * I hope that will help 😉
 *  Thread Starter [Jidy](https://wordpress.org/support/users/jidy/)
 * (@jidy)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-with-evolve-theme/#post-9291151)
 * Thank you so much !
    it works !
 *  [Mariusz Szatkowski](https://wordpress.org/support/users/motylanogha/)
 * (@motylanogha)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-with-evolve-theme/#post-9291219)
 * Great! Thank you for updating and I’m glad that I could help 😉

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

The topic ‘woocommerce with evolve theme’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Mariusz Szatkowski](https://wordpress.org/support/users/motylanogha/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-with-evolve-theme/#post-9291219)
 * Status: resolved