How can I change the paragraph line-height?

Home Forums Jevelin Theme How can I change the paragraph line-height?

Home Forums Jevelin Theme How can I change the paragraph line-height?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • erikj80303
    Participant

    Hi.

     

    I would like to change the paragraph line-height.  Also the line-height for bullet-points.  How can I do that?

     

    Thanks!

    Solution for this topic

    Hi @erikj80303,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container #content p {
        line-height: 2;
    }
    
    #page-container #content ul li {
        line-height: 2;
    }

     

    Best regards,
    Shufflehound team

    erikj80303
    Participant

    Perfect, thanks!!

     

    Erik

     

    You are most welcome here 🙂

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