• Hello,

    I’m new to wordpress and I decided to start by using the beautiful sparkling template.
    I would like the slider to show just the images and maybe the title of the post but I want to remove the link to the content of the article, how can I do that?

    Basically what I need is just a slider of images without any link to internal posts or pages.

    Thanks

    Silvia

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you just not put a link in the slider area?
    I’m not familiar with this theme, but in most themes, you can just remove the links and the link will disappear.
    Which slider plugin is this theme using?
    Sounds like you chose the “post/page slider”
    Maybe try to create a new Standard Slider

    Thread Starter rns82

    (@rns82)

    the slider automatically gets the image and the text from an article and links to it.
    I just want the image to be shown

    Hi @rns82,

    I hope you are well today and thank you for your question.

    I would like the slider to show just the images and maybe the title of the post

    You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

    Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

    .flex-caption .excerpt {
        display: none;
    }

    If you also want to hide the title of the post then also use the below CSS code.

    .flex-caption h2 {
        display: none;
    }

    Best Regards,
    Movin

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

The topic ‘Remove link from slider’ is closed to new replies.