Shop Categories

X

How to change the line-height in the body

Home Forums Agama Pro How to change the line-height in the body

Topic Resolution: Resolved

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7527
    Olliges
    Participant

    Hello,

    does anybody knows how to change the line-height in the body-text in AgamaPro?

    There is not button in the customizer and I cannot find the right CSS-Part.

    #7532
    Zex
    Moderator

    Hello Olliges!

    Insert the code below in: Customize->General->Additional CSS

    code:

    #page p{
    line-height: 200%;
    }

    https://prnt.sc/i713ma

    Change the line-height value per your needs.

    Regards

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