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

    Hi, I want to remove the read more link on just a certain category of posts (see link below) but can’t seem to manage it. Any suggestions? I tried attaching a class to the blog entry module (.memorial-layout) but that didn’t work (see below).

    .read-more-link .memorial-layout{
    display:none!important;
    }

    The page I want to remove the read more link is here.

    Thanks!

    Pelyon

    #707600

    Hey Jason,

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    .category-memory-wall .read-more-link {
        display: none;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    #707888

    Yes, that did it thanks very much Nikko.

    #707896

    Hey!

    Happy we could solve it.
    Please remember to leave your feedback and rate our theme at themeforest, it will really help us a lto!

    Feel free to open a new ticket if anything else is needed.

    Regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘remove read more link’ is closed to new replies.