Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ryan

    (@ryanvdk)

    Hello nextbracket,

    Thank you for contacting us.

    It looks like there is an Elementor CSS rule that is hiding the Post Title on the Print My Blog Print Page.

    You can override it by adding a custom CSS rule.

    Follow these steps:

    1. Go to wp-admin on your website.
    2. On the left, under “Appearance”, click “Customize”.
    3. On the left, under “Additional CSS” add the following CSS Rule:

    h1.entry-title.pmb-header {
    display: block;
    }

    If you do that, the Post Title should appear on the Print Page.

    Please let me know if you have any other questions.

    Thread Starter nextbracket

    (@nextbracket)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘title is missing in print’ is closed to new replies.