Disable Slider Link and remove Slider Title from displaying

Hello,
I’ve been on your forum for hours now trying to figure out how to remove the slider links and to hide the slide titles from displaying. I’ve found other threads but nothing has seemed to work. Here’s the site in question: http://www.unboxedstyle.com/

First of all make sure to configure Easy Bootstrap Shortcodes properly. See notice at the very end of Sparkling theme documentation. Thi is not related to slider URL but this is something you will ask next, so make sure to do it now :slight_smile:

To remove URL from slider you should open file called extras.php that you can find inside Sparkling folder >> inc. On that file find function called sparkling_featured_slider and remove these two things from that code:

  1. Remove this par of code:
    <a href="'. get_permalink() .'">

  2. Now remove this closing URL tag that you can find few lines below on the same function.
    </a>

Slider no longer will link to pots.

To remove title from slider you can add this code to Appearance >> Theme Options >> Other >> Custom CSS

.flex-caption {
  display: none;
}

Thank you very much Aigars, that worked like a charm! Really appreciate the theme and really appreciate your help.

Good Day,

-Jayson

Is it possible to change this in a child theme ? I don’t want to change the parent theme due to possible future updates of the sparkling theme.

@azzip401

This thread is rather outdated and is already marked as resolved. Please start your own thread and we will help you from there.