• Resolved consideredconditioning

    (@consideredconditioning)


    Have added recent posts to bottom of a post using elementor-
    [display-posts title=”Recent Posts” posts_per_page=”3″]
    Would love to know how to reduce font size of both the title and the posts listed.
    Any help appreciated

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • creed

    (@christopher-reed)

    I recently noticed this post https://ww.wp.xz.cn/support/topic/change-font-103/ it may help.

    Thread Starter consideredconditioning

    (@consideredconditioning)

    Thanks creed(@christopher-reed) , that lead me in a direction that solved the problem. Appreciate your help.
    For those who may have the same problem, below is code I used to decrease text for title and list-
    .display-posts-listing {
    font-family: ‘Georgia’;
    font-size: .8em;
    }
    .display-posts-title {
    font-family: ‘Georgia’;
    font-size: 1.0em;
    color: #000000;
    }

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

The topic ‘how to reduce font size? (code?)’ is closed to new replies.