Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #332260
    Robert Graham
    Participant

    How do I change the line spacing and font in posts and pages?

    #332268
    sujeet
    Keymaster

    Hello Robert,

    You can change font of entire theme but you can’t change font of specific post/page, for that you need to add custom css.

    And same for line spacing, you need to add custom css.

    Please let me know the desired font and line spacing so that I can check and provide you the required additional css and please mention in which section you need to change font and line spacing.

    Regards,

    Sujeet

    #332703
    Robert Graham
    Participant

    I am mainly interested in just the line spacing to change spacing between pagagraphs to smaller.

    #332718
    Sakin
    Keymaster

    Hi Robert,

    In the Catch Box Pro theme, you can reduce the spacing between paragraphs by adjusting the margin-bottom in the following CSS and then the CSS in the “Appearance => Customize => Additional CSS” box:

    .entry-content p {
      margin-bottom: 30px;
    }

    Regards,
    Sakin

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