Okay
  Public Ticket #1524223
Paragraph Text
Closed

Comments

  • hukaya started the conversation

    How can I change the paragraph text size and color?


    The Body Font Option setting in Appearance/Typography allows only font type changes.

  •  1,974
    Support replied

    Hi there, you have a flexible tool in custom css

    for example to change the overall properties of paragraph's font:

    p {
        font-size: 18px;
        line-height: 28px;
       .. add here more properties
    }

    or depending of context

    for example

    .maestro_portfolio-template-default p {
        font-size: 18px;
    }

    will change the font size only in single portfolio pages.

    Add the code in theme options -> styling options -> custom CSS or customizer



    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy