Styling of Product Title - by adwa - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler

  • Avatar: adwa
    adwa
    Participant
    July 6, 2018 at 11:12

    Is there a way (using the GUI of the theme) to change the products titles (single product page + products categories pages)?
    if not, can you please provide me with Custom CSS to:
    1- reduce the size by 20% (so if the text size now is 18, I want it to be 14)
    2- Change the text from “ALL CAPITALIZED” to “Only First Litter Is Capitalized”

    Thanks

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 6, 2018 at 12:22

    Hello,

    .slide-item .product .product-name, .products-grid .product .product-name {
        font-size: 16px;
        margin: 0 10px 10px;
        text-transform: capitalize;
    }
    .single-product .page-heading .title span {
        font-size: 24px;
    }

    How to create custom.css you can watch in this tutorial – https://www.youtube.com/watch?v=Qok2zRedRMY.

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.