• Resolved frankeee

    (@frankeee)


    Plugin print styles cannot be overridden. I want the header and some extra information in the printout. For this I use the style sheet of my theme and write:

    @media print {
    #eckb-article-page-container-v2  header,
    #eckb-article-page-container-v2 .post-title.entry-title  {
      display:block!important;
    }
    .post-title.entry-title:before {
    content: "\ Thank you for printing our article. We hope that some of our other articles can catch your eye as well.";
    }
    #eckb-article-page-container-v2  footer:after {
    content: "\ All Rights Reserved. (c) 2014 - 2022 ";
    color: #999 !important;
    }
    }

    Unfortunately, these styles do not work. Question: How do I have to create print styles so that they work?

Viewing 1 replies (of 1 total)
  • Plugin Author echoplugins

    (@echoplugins)

    Hi,

    I think you need higher specificity to override the CSS and to add more specificity I would include your code after the KB styling has been echoed out.

    I will speak with my team to add some print setting for a future release. I’m not sure when that can be available however.

    If you need further help with our knowledge base plugin we would be very happy to help you. Please open a support ticket on our website at https://www.echoknowledgebase.com/technical-support/

    Please note: This forum is not monitored regularly and it does not provide the tools for us to support you better.

    Thank you,
    Dave`

Viewing 1 replies (of 1 total)
  • The topic ‘Own print styles do not work’ is closed to new replies.