Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey there ibrahima fall,

    How are you doing today?

    This should be possible with some custom CSS. Try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    h3.mp_product_name.entry-title {
      font-size: 36px;
    }

    Note that this is the original font size of the title, reduce the numeric value to what ever suits you the most.

    Please let me know if this helps ??

    Best regards,
    Bojan

    Thread Starter ibrahima fall

    (@ibrahima-fall)

    Thank you for the custom CSS code, Bojan, it works great. Is there a custom CSS code for changing the actual font of the title as well?

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again ibrahima fall,

    Sure thing, you should be able to do that by using the same class and adding font-family property. Try adding the following:

    h3.mp_product_name.entry-title {
      font-size: 20px;
      font-family: "Times New Roman", Georgia, Serif;
    }

    Replace the font with the one of your choice. You’ll find more info about web safe fonts here: https://www.w3schools.com/cssref/css_websafe_fonts.asp.

    Please let me know if this helps ??

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Font Size for Product Listings?’ is closed to new replies.