Home Forums WoodMart support forum Remove "Continue Reading" link from posts page…

Remove "Continue Reading" link from posts page…

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

    shawnjason
    Participant

    What is the best way to remove the “continue reading” link from a page full of posts? See attached image. Thanks!

    Attachments:
    You must be logged in to view attached files.
    #30721

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .read-more-section {
    	display: none!important;
    }

    Regards

    #31223

    shawnjason
    Participant

    Beauty, thanks!

    #31232

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)