hide "read more" on a category's page

Home Forums Massage Center (Spa) Forum hide "read more" on a category's page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #117370
    karl.suraultkarl.surault
    Participant
    • Topics: 17
    • Replies: 34
    • Total: 51
    Member since: September 23, 2018

    Hi,
    Can you help me to hide the ” + read more” mention in the posts excepts of this category:
    https://www.novovento-coworkation.com/category/design-sprint/
    I don’t need it because all the content I want to show is already display on the category’s page.
    thank you!
    karl

    #117373
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    .blog_mo a {
        display: none;
        margin-top: 6px;
    }

    Regards,
    Dave

    #117386
    karl.suraultkarl.surault
    Participant
    • Topics: 17
    • Replies: 34
    • Total: 51
    Member since: September 23, 2018

    perfect, thanks!
    to be complete, how can I delete the link on the thumbnails?

    #117421
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Use this css code

    .lay4 .hentry img { pointer-events:none}

    Regards,
    Dave

    #117431
    karl.suraultkarl.surault
    Participant
    • Topics: 17
    • Replies: 34
    • Total: 51
    Member since: September 23, 2018

    perfect again… but I’m so sorry, I forgot to tell you that I also had to delete the link behind the title !!
    thanks for the CSS code…
    Karl

    #117520
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    .postitle {
        pointer-events: none;
    }

    Regards,
    Dave

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