Removing link from title in slider?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #16171
    karikerat
    Participant

    Hi there,

    I was wondering if it´s possible to remove the link from the pictures title in the slider? I was able to remove the link from the picture itself, but not from the title. I still want to keep the title although.

    So what should i change in slider.php?

    Thanks in advance!

    #16184
    laraberch
    Participant

    not sure if this would help but try this:
    #slider .entry-title a {
    display:none;
    }

    .flex-control-nav {
    display:none;
    }

    .flex-direction-nav,.flex-pauseplay {
    display:none;
    }

    #16212
    karikerat
    Participant

    That removes it all together. Title with links, the link in the picture itself as well as the navigation dots and arrows. I just want to remove the link from the title.

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

You must be logged in to reply to this topic.