Change title product font - by Eduard - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 2 years, 11 months ago ago by Olga Barlow

  • Avatar: Eduard
    Eduard
    Participant
    April 5, 2019 at 21:41

    How can I change only the font and size to product title on my shopping page?
    Thank you

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 8, 2019 at 07:07

    Hello,

    You can use CSS selector of products title to add your custom CSS. You can add custom CSS either in child theme’s style.css or Theme Options > Custom CSS.
    For example,

    .content-product .product-title a {
        font-size: 14px;
        font-family: "Open Sans";
    }

    Regards

    Avatar: veru
    veru
    Participant
    April 18, 2021 at 22:31

    Hello, what to add in order to change product name font on single product page?
    Thank you in advice.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 19, 2021 at 15:43

    Hello,

    Use the below code

    .product-content .title, .product-content .product_title, .product-content .product-name {
        font-size: 14px;
        font-family: Open Sans !important;
        font-weight: bold !important;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 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.