• Resolved slappy79

    (@slappy79)


    Hi, many thanks your plugin.

    I’d like to add a specific CSS to clearly distinguish “Report” from “Answer”

    ` public function print_flagging_link( $comment_id=”, $result_id=”, $text=” ) {
    if ( empty( $text ) ) {
    $text = esc_html__( ‘Signaler ce commentaire’, ‘zeno-report-comments’ );
    }
    echo $this->get_flagging_link( $comment_id=”, $result_id=”, $text ); // XSS set via get_flagging_link. Needs flexible HTML input.
    }’

    Not too sure where to call a style here, without messing everything…

    Many thanks for your help

    Thomas

Viewing 1 replies (of 1 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi Thomas,
    There is a span around it with a class <span class="zeno-comments-report-link"> that you can target in your CSS woth span.zeno-comments-report-link or span.zeno-comments-report-link a.

    Not sure what the rest of your code is supposed to do. Can you explain what you want with that?

Viewing 1 replies (of 1 total)

The topic ‘Customized CSS’ is closed to new replies.