Home Forums Themes Support Claue Size of product titles

Topic Resolution: Resolved
Viewing 7 reply threads
  • Author
    Posts
    • #21318

      Hello Jan Studio team,

      I just changed the font for my headings and I prefer it that way but now my product titles are too tiny. I saw by inspecting the source code of my website that on my landing page, all product titles are set as H3 and on product pages it is a H1. However, even if I increase my font size for H1 and H3 my products title remain the same.

      What can I do ? Would it be possible to have the body font for the products title or is it necessarily the heading font ?

      Do you know if i can had some code so that all my product titles have the font called “POPPINS” ? (poppins is my body font and my heading font is didot)

      Tell me if I’m not making myself very clear …

      Thanks a lot

      Best regards,

      Laurie

      Attachments:
      You must be logged in to view attached files.
    • #21333

      Hi Laurie,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .product-inner  .product_title {
      	font-size: 25px;
      }
      .product_title.entry-title {
      	font-size: 35px;
      font-family: 'Poppins', sans-serif;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21357

      Hello,

      Thanks ! It works well on product page but for the product display on my landing page or on my product category pages it does not work. See my screenshot.

      Is there an adjustment to do on the code ?

      Thanks a lot,

      Laurie

      Attachments:
      You must be logged in to view attached files.
    • #21366

      Hi Laurie,

      Please try change code to

      .product-inner .product-title {
      	font-size: 25px;
      }
      .product_title.entry-title {
      	font-size: 35px;
      font-family: 'Poppins', sans-serif;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21372

      it’s exactly the same code as above ! Are you sure you wanted to write this code ?

      Thanks,

      Laurie

    • #21374

      Yes, i sure the code, please try again. I remove one space in code.

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21388

      Hi,

      I check your site you change code form “.product-title” to “.product_title” so it can’t work

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21390

      That’s perfect thanks a lot !

      Best,

      Laurie

Viewing 7 reply threads

You must be logged in to reply to this topic.