• Resolved farkaskorom

    (@farkaskorom)


    Hello guys,

    I would like to have bigger title name in my single product page.

    Could you help me pls?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Afzal (woo-hc)

    (@afzalpansuvi)

    Hi Farkaskorom,

    I understand you are looking to increase the font size of the product title. This can be done by adding custom CSS code to your site. Please use the following CSS code:

    /*Increase the product title font size*/ h1.product_title.entry-title { font-size: 40px !important; }

    To apply this code to your website, you follow the detailed guide here

    You should see the changes reflected on your website immediately. If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Let us know if there’s anything else we can help you with.

    Thread Starter farkaskorom

    (@farkaskorom)

    Thank you! Worked well.

    Plugin Support Beauty of Code (woo-hc)

    (@beautyofcode)

    Hey @farkaskorom,

    Glad to hear!

    I’ll go ahead and mark this as resolved then – feel free to create a new topic if you need any further help. ??

    Also, if you have a minute, we’d love it if you could leave us a review:

    https://www.ads-software.com/support/plugin/woocommerce/reviews/

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change single product page title size?’ is closed to new replies.