Title: Bold Product Title
Last modified: December 24, 2020

---

# Bold Product Title

 *  Resolved [Robert](https://wordpress.org/support/users/roberthedlund/)
 * (@roberthedlund)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/bold-product-title/)
 * Im wondering if its possible to show the two first words in every product title/
   name to be showed in **bold** letters? Or just the words before the – tag in 
   the name. If, How? 🙂
    -  This topic was modified 5 years, 5 months ago by [Robert](https://wordpress.org/support/users/roberthedlund/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbold-product-title%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [B C. a11n](https://wordpress.org/support/users/battouly/)
 * (@battouly)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/bold-product-title/#post-13832189)
 * Hey there [@roberthedlund](https://wordpress.org/support/users/roberthedlund/),
 * You can show the first two words of the product title in bold letters but that
   will require adding both HTML tags and CSS codes to the theme.
 * You can see how to bold the words here: [https://stackoverflow.com/questions/9058425/how-to-bold-words-within-a-paragraph-in-html-css](https://stackoverflow.com/questions/9058425/how-to-bold-words-within-a-paragraph-in-html-css)
 * I strongly recommend you create a child theme when doing customizations like 
   this to make it easier to update your theme in the future and keep track of the
   changes you have made. Please see our tutorial on best practices when creating
   a child theme here: [http://www.woocommerce.com/tutorials/customizing-a-child-theme/](http://www.woocommerce.com/tutorials/customizing-a-child-theme/)
 * An alternative could be to simply bold the entire title block using the code 
   below:
 *     ```
       .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
           font-weight: bold;
       }
       ```
   
 * Result (click the link to see the image): [https://d.pr/i/yD6Rlt](https://d.pr/i/yD6Rlt)
 *  [B C. a11n](https://wordpress.org/support/users/battouly/)
 * (@battouly)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/bold-product-title/#post-13832482)
 * Hey [@roberthedlund](https://wordpress.org/support/users/roberthedlund/),
 * This is the correct link to the child theme set up page: [https://docs.woocommerce.com/document/set-up-and-use-a-child-theme/](https://docs.woocommerce.com/document/set-up-and-use-a-child-theme/)
 *  Thread Starter [Robert](https://wordpress.org/support/users/roberthedlund/)
 * (@roberthedlund)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/bold-product-title/#post-13832594)
 * Thanks [@battouly](https://wordpress.org/support/users/battouly/) I know how 
   the child themes work and the specific CSS code you provided, I have looked on
   the site you posted about HTML tags, but i still cant understand how i can make
   it to work with wordpress on just the first words in the product title for my
   page.
 * Any chance you could put me in an easier position? Im pretty new to CSS and html
   and just know the basics so far.
 * Hope you had an good christmas! 🙂
    -  This reply was modified 5 years, 5 months ago by [Robert](https://wordpress.org/support/users/roberthedlund/).
    -  This reply was modified 5 years, 5 months ago by [Robert](https://wordpress.org/support/users/roberthedlund/).
 *  [B C. a11n](https://wordpress.org/support/users/battouly/)
 * (@battouly)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/bold-product-title/#post-13835810)
 * Hi [@roberthedlund](https://wordpress.org/support/users/roberthedlund/),
 * Thanks I had a good one! Glad to know you have an idea on how to work with child
   themes and about the CSS customization. In order to make these theme changes,
   if you are not comfortable doing it yourself, I recommend working with a developer.
 * For assistance with customization or development with your site, we highly recommend
   reaching out to someone on our customizations page here: [https://woocommerce.com/customizations/](https://woocommerce.com/customizations/).
 *  [Niall a11n](https://wordpress.org/support/users/wpniall/)
 * (@wpniall)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/bold-product-title/#post-14222609)
 * Closing this thread due to inactivity.

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

The topic ‘Bold Product Title’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/storefront/4.6.2/screenshot.png)
 * Storefront
 * [Support Threads](https://wordpress.org/support/theme/storefront/)
 * [Active Topics](https://wordpress.org/support/theme/storefront/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/storefront/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/storefront/reviews/)

## Tags

 * [product title](https://wordpress.org/support/topic-tag/product-title/)

 * 5 replies
 * 3 participants
 * Last reply from: [Niall a11n](https://wordpress.org/support/users/wpniall/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/bold-product-title/#post-14222609)
 * Status: resolved