Add ‘more content …’s to Posts widget exerpts
Coding language CSS
What It Does Adds …’s indicating more content in the elementor posts widget excerpt.
How To Implement Just add this to your themes ‘Custom CSS’, or to your Elementor post page ‘Advanced – Custom CSS if you would like this added to the end of your excerpt….
Rating
0.0
Rated 0 out of 5
The Code
.elementor-post__excerpt p:after {
content: ‘ …….’;
}
Rate this code
