Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author thememattic

    (@thememattic)

    Hi @nimeck

    Thank you very much for using our theme.
    Regarding the first letter cap, you just can add the following CSS to your
    Customizer -> Additional CSS section.

    .single .entry-content:before, .page .entry-content:before {
        display: none;
        visibility:none;
    }

    This should solve your problem.

    Best Regards

    Thread Starter nimeck

    (@nimeck)

    Wonderful! This worked, Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove drop cap letter’ is closed to new replies.