[Support request] Typography

Home Forums Support [Support request] Typography

Home Forums Support Typography

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #275983
    Eva

    Hi Tom!
    Im´m trying too change the title font and/or foot font in my gallery (envira gallery)
    I saw that the title and foot font is the same as the body.
    But I can not change the size or thickness (regular, bold, etc.).
    I changed the size and thickness in the body (Customize typography body )but the title and foot to the gallery does not change (the size or thikness)

    Can you help me please? This is an example with two options active (title and foot): http://www.evagarciabernal.com/nuevaweb/trabajos

    CSS is necessary?

    Thank you very much!

    #276049
    Leo
    Staff
    Customer Support

    Hi Eva,

    You would have to use CSS for that. Try this:

    .envira-gallery-public.envira-gallery-3-columns .envira-title {
        font-size: 30px;
        font-weight: 400;
    }
    .envira-gallery-public.envira-gallery-3-columns .envira-caption {
        font-size: 25px;
        font-weight: 300;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.