Hi, I would like to remove the “read more” link on the post located at the bottom of this page. Its the post that reads “No current openings….”. I tried several things including .postid-3451.read-more-link{display:none;} etc, but to an avail. Any suggestions would be appreciated.
-Pelyon
Hi Jason!
I could not find “No current openings” but I could see “There Are No Current Special Events Opportunities” with a read more link, if you want to remove it try using this code in Quick CSS:
.post-entry-3451 a.more-link {
display: none;
}
Hope this helps. :)
Cheers!
Nikko
Perfect, thanks Nikko.
Hey!
Glad we could help :)
Best regards,
Nikko