Customized CSS
-
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)
Viewing 1 replies (of 1 total)
The topic ‘Customized CSS’ is closed to new replies.