New Landing How can we help? Themeforest Theme Support Neighborhood How to create alternate paragraph font size

Viewing 2 posts - 1 through 2 (of 2 total)
  • #139072
    neerajgulati
    Member
    Post count: 67

    Hi,

    I have a predefined paragraph font but would like to have some of the font to be smaller and some bigger than the paragraph font size. Would like to have an option of Paragraph1, Paragraph2, etc.

    Please advice.

    Thanks

    #139086
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    So you want some paragraphs bigger/smaller than others? You would need to add an extra class to your paragraph via the text editor for e.g.

    <p class="bigtext">Your text</p>

    Then add this to your custom css:

    .bigtext {
      font-size: 16px;
    }

    Hope that helps

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register