• Hello:

    I am trying to change line height on single post (WP admin > customize > BAM > typography > single post content > line height

    Changing the values for line height does not seem to have any affect.

Viewing 1 replies (of 1 total)
  • Theme Author ThemezHut

    (@pubudu-malalasekara)

    Hi @wordmax,

    Thanks for letting us know about this. We will fix this.

    For now you can use the following CSS code in the Additional CSS area to set a custom line height.

    
    .bam-single-post .entry-content {
    line-height: 1.9;
    }
    

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Line height setting on single post not having effect’ is closed to new replies.