Reply To: Remove three dots (…) from masonry

Home Forums Support Remove three dots (…) from masonry Reply To: Remove three dots (…) from masonry

Home Forums Support Remove three dots (…) from masonry Reply To: Remove three dots (…) from masonry

#91299
Carlos Paramio

Hi Tom
I’ve added that CSS but it hides everything

What about to remove only the 3 dots?

I have tried with this snippet without luck

function custom_excerpt( $more ) {
  return 'HERE GOES THE REPLACEMENT FOR THE 3 DOTS';
}
add_filter('excerpt_more', 'custom_excerpt');