• Good day,

    Firstly, thank you for great plugin. Now, we’re trying to modify CSS a bit (to remove several elements that we don’t want from PDF render by using CSS.

    Seems like, some of CSS is not working (same CSS styles are working on pages), could you help us with this?

    Here is an example page [ redundant link removed ]

    Problematic elements are Thumbs Up, Thumbs Down, we would like to remove them from PDF file.
    We tried several CSS receipts, but none of them is working.

    span.ldc-ul_cont { display: none !important; opacity: 0 !important; }
    
    p.no-break { display: none !important; opacity: 0 !important }
    
    .blog-dls .ldc-ul_cont { visibility: hidden !important; }
    
    .blog-dls .ldc-ul_cont { display: none !important; opacity: 0 !important; }
    
    img[alt="thumbsup"] { display: none !important }

    Is it possible that rendering mechanism is expecting something else?

    All best,

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Trying to remove image from third party plugin – Like Dislike counter’ is closed to new replies.