• ankurg2007

    (@ankurg2007)


    Whenever i am exporting a word press page to PDF with help dk-pdf its adding Back to Top and character a like below

    Back to Top
    —————————————–
    a
    ——————————————

    . I don’t want to show this on PDF. How can i do this?

    Thank You

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ankurg2007

    (@ankurg2007)

    Hello,
    The div on html page is like this
    <div class=’u-back-to-top’>Back to Top</div>

    which Results in “Back to Top” being printed, which i don’t want to show on PDF so tried adding on page dkpdf-remove on page like below

    [dkpdf-remove tag=”div”][class=”u-back-to-top-link””][/dkpdf-remove]

    But Back to Top still shows up on pdf, what should i do?
    Thank You!

    • This reply was modified 9 years ago by ankurg2007.
    Plugin Author dinamiko

    (@dinamiko)

    Hi ankurg2007,

    I think that you don’t need to use the remove shortcode, try to add this in DK PDF CSS Tab:

    .u-back-to-top {
       display:none !important;
    }

    Thanks,
    Emili

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

The topic ‘Remove back to top link from PDF’ is closed to new replies.