Greetings. I have looked at other posts and can't figure this out. The "Read More" text shows up at the bottom of all of my articles. It is not a link.
https://www.jeffmillman.com/index.php/training-topics/dog-behavior-problems/stop-dog-aggression
When I examine the text it says it is part of a module. I want the read more links on my home page, so I don't want to remove it everywhere, just on the inside pages of the articles.
https://www.jeffmillman.com/index.php
Thank you. Jeff
Hi Jmilli99, You can add the following CSS code to your site to remove the "read more" title on the article page:
.com-content-article .read-more { display: none; }
Thanks! Worked perfectly. Have a great day.
Jeff