Title: Customizing Product names css does not help
Last modified: April 2, 2020

---

# Customizing Product names css does not help

 *  Resolved [tatjanaostalceva](https://wordpress.org/support/users/tatjanaostalceva/)
 * (@tatjanaostalceva)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-product-names-css-does-not-help/)
 * Hi! I can’t customize font family and font size of product names on my catalog(
   shop) page and on my home page. I went to CUSTOMIZE – TYPOGRAPHY – Body and tried
   to do it there, but the font family changed only on my home page and only after
   I disabled defoult fonts in Elementor settings, but the font size did not change.
   And the font size and the font family remained the same on my shop page. I cleared
   the cache, tried from incognito page, tried CSS given in this forum for such 
   cases – nothing worked.
    -  This topic was modified 6 years, 1 month ago by [tatjanaostalceva](https://wordpress.org/support/users/tatjanaostalceva/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustomizing-product-names-css-does-not-help%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [EtienneP a11n](https://wordpress.org/support/users/etiennep/)
 * (@etiennep)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-product-names-css-does-not-help/#post-12633302)
 * Hi there!
 * It could be that something on the site, such as Elementor is overriding the font-
   family, but you can add the following CSS under **Appreanace > Customize > Additions
   CSS** and change the font-family;
 *     ```
       .woocommerce ul.products li.product .woo-entry-inner li {
           font-family: Ribeye;
       }
       ```
   
 * This is how it looks when I test the CSS on the site;
 * ⌊Product-font-family⌉⌊Product-font-family⌉
    Link to image: [https://d.pr/i/1qiVGV](https://d.pr/i/1qiVGV)
 *  Thread Starter [tatjanaostalceva](https://wordpress.org/support/users/tatjanaostalceva/)
 * (@tatjanaostalceva)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-product-names-css-does-not-help/#post-12633911)
 * Thank you, the problem of the font family is solved. Also I tried to insert the
   same css for font size, but it didn’t work. I changed font-family: ribeye for
   font-size: 30px. Didn’t help
 *  Plugin Support [EtienneP a11n](https://wordpress.org/support/users/etiennep/)
 * (@etiennep)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-product-names-css-does-not-help/#post-12634445)
 * Thanks for confirming!
 * The font size would need different CSS and you can use the below CSS for that;
 *     ```
       .woocommerce ul.products li.product li.title a {
           color: #08932b;
           font-size: 20px;
       }
       ```
   
 * You can adjust the font-size as needed
 *  Thread Starter [tatjanaostalceva](https://wordpress.org/support/users/tatjanaostalceva/)
 * (@tatjanaostalceva)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-product-names-css-does-not-help/#post-12635223)
 * Thank you so much, it worked just fine

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

The topic ‘Customizing Product names css does not help’ 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/)

 * 4 replies
 * 2 participants
 * Last reply from: [tatjanaostalceva](https://wordpress.org/support/users/tatjanaostalceva/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-product-names-css-does-not-help/#post-12635223)
 * Status: resolved