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

    (@webberzone)

    You could try adding this function in your themes functions.php

    function crp_add_post_class( $post_class ) {
    
      return $post_class . ' my_new_class';
    
    }
    add_filters( 'crp_post_class', 'crp_add_post_class' );
Viewing 1 replies (of 1 total)
  • The topic ‘How to add CSS class to crp_related?’ is closed to new replies.