Forums
Home / Theme: Webart / Disabling ‘View More Link’
(@angadjoshi0)
4 years, 9 months ago
I’d like to know if there is a way to remove this VIEW MORE link from all the home page posts and testimonials from this page.
The page I need help with: [log in to see the link]
(@ruchitshah)
Hi, To remove View More link you can add this Additional CSS:
a.more-link { display: none; }
I hope this helps you.
Regards, Ruchit Shah
Thanks a lot for this code, it worked.