Paragraph font size

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #4910
    laurenc
    Participant

    Hi,
    Is there a way to increase the paragraph font size across the entire site?
    Thanks very much 🙂

    #4916
    Support Team
    Keymaster

    Hello @laurenc,

    To increase the paragraph font size across the entire site use below-given CSS.

    p {
        font-size: 18px;
    }

    Hope this helps.

    Best Regards!!

    #4933
    laurenc
    Participant

    Great, thanks! Is there a way to increase the font size of the paragraph text on the homepage slider? I have tried a number of things in the additional css such as

    `.featured-slider-contents i, .featured-slider-contents p {font-size: 22px}

    but it doesn’t seem to be working?

    #4934
    laurenc
    Participant

    Also, is there a way to increase the amount of text that shows up on the slider (i.e. does not get cut off with ‘…’)?

    #4942
    Support Team
    Keymaster

    Hello @laurenc,

    To increase the font size of text in the slider use below given CSS.

    .featured-slider .featured-slider-contents p {
        font-size: 20px !important;
    }

    To increase the amount of text to displays in the slider you can place the desired quantity of text in the excerpt field in individual post edit screen.

    Hope this helps.

    Best Regards!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Travel Log’ is closed to new topics and replies.