Ticket for: Product Slider
0
hilary
Hi
For some reason the text View Post is being added to the end of each excerpt in the slider. I tried editing the Excerpt read more text field and it made no impact. I would like to completely remove this text (View Post not excerpt) as the products link directly to external affiliate links.
Thank you so much!
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
Please see the screenshot how to hide post element like the excerpt, by hiding Excerpt also hide "read more text"
https://imgur.com/a/QkaDDfE
if you want to keep excerpt text but want to remove "Read more text" just keep and empty space " " as read more text so it will not visible. please see the screenshot what i mean https://imgur.com/FZPeZE9
Let me know for more help.
Regards
You can also use the following CSS to hide read more link
.wcps-items-excerpt .read-more {
display: none;
}