• Resolved Simplelifehomestead

    (@digitaleyours)


    Does anyone know how I can change the font size of Page title / Product titles in the Shop page of Woocommerce? I’m using global eCommerce template. I tried adding the suggested css, but it did nothing. I can’t find the option for editing text. THe Css file itself doesn’t have anything.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    To change the size of the title on single product page, you can apply the following code under Appearance > Additional CSS:

    .single-product h1.product_title.entry-title {
     font-size: 30px !important;
    }

    I hope it helps.

    Hi @digitaleyours

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. If you have further questions, please feel free to open a new topic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Product title font size’ is closed to new replies.