How to remove "View full post" Button AND post title link in slider for only one post?

  • ATCler

    #9035

    Hi,

    How can I remove the “View full post” button AND post title link (headline of the post) for just one post in the slider?

    All other posts within the slider should remain standard (=with button and link).

    Do I have to inseret the Post ID somehow?

    If yes, what code snippet must be inserted into the Custom CSS field (graphene Options > display)?

    Thank you in advance!

    Mod

    Kenneth John Odle

    #42639

    You’ll need to target the post ID along with the rest of the elements you are targeting.

    For example, this code

    #slider-post-1670 a {
    display: none;
    }

    Removes both the title and the “Ganzen Beitrag ansehen” button in the first post in your slider.

    ATCler

    #42640

    Hi, Kenneth,

    Thank you for quick response.

    So far works perfect, however, I would like to keep The title but without link

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

  • You must be logged in to reply to this topic.