• Resolved Jpl75

    (@jpl75)


    Hi,
    in this page, there are some products names : “cotisation 2019 couple “for example.
    Is it possible to change the font size of these names ?
    Best regards.

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @jpl75

    Hope you’re doing well!

    I am afraid this is not possible out of the box. Font size can be changed for each product title with this CSS:

    .mp_product_name.entry-title {
    	    font-size: 2em !important;
    }

    Feel free to edit font-size: 2em and change the value. Even try to use % like font-size: 100%.

    Hope this helps!

    Kind regards,
    Nastia

    Thread Starter Jpl75

    (@jpl75)

    Hello,
    I am sorry, I am not a developer.
    So, I dont really understand what you wrote and dont know where I can find and modify that.
    Best regards.

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @jpl75

    Hope all is well!

    This is a CSS code, it can be added to a theme’s CSS editor. It also can be added from Appearance > Customize > Additional CSS. Please see this screenshot:
    https://monosnap.com/file/NmWvDa3ENAugWKel0JLJ3KBV6sKORF

    Hope this helps!

    Cheers,
    Nastia

    Thread Starter Jpl75

    (@jpl75)

    Hello,

    Thanks for the answer. I see that something is possible I’m not able to do that but I will see if someone can help me.
    You can close the topic.

    Regards.
    Jean-Paul.

    (@jpl75)

    Hola ve a la carpeta:
    wp-content\plugins\wordpress-ecommerce\ui\themes

    y abre el archivo: default.css con blog de notas (o usa un programa de edicion de CSS)
    Buscar:
    @media only screen and (min-width: 992px){.mp_product .mp_product_name{font-size:26px}}

    Reemplazar:
    @media only screen and (min-width: 992px){.mp_product .mp_product_name{font-size:font-size:100%}}

    Tambien puedes cambiar el tama?o de 26px por el cual te guste. ejemplo:
    @media only screen and (min-width: 992px){.mp_product .mp_product_name{font-size:60px}}

    Thread Starter Jpl75

    (@jpl75)

    @elchavodel8,

    I translated spanish to french and I’ve done the modification. Its now ok.
    I thought it was more difficult to do.

    Gracias.
    Jean-Paul.

    Que bien.
    Cuando quieras algo, solo preguntame.
    Saludos.
    Javier.

    Super.
    Quand tu veux quelque chose, demande-moi.
    Salutations.
    Javier

    Thread Starter Jpl75

    (@jpl75)

    Correcto. Gracias !

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