Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #711731

    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

    #711739

    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

    #711807

    Perfect, thanks Nikko.

    #711838

    Hey!

    Glad we could help :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.