Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #131365
    C2medias
    Participant

    Hi,
    I would like to remove the title on each slide (currently it shows “slider1”, “slider2″…)
    I found how to remove the link, but not the text
    The temporary website adress : http://ida2018.c2medias.com

    Thanks a lot,

    David

    #131366
    C2medias
    Participant

    That’s OK, I found : #feature-slider .entry-container { display: none; }

    #131370
    tikaram
    Participant

    @c2medias : Glad to know that you have found the solution to the problem. Let me know if you have any more issues.

    Regards,
    Tikaram

    #131917
    C2medias
    Participant

    Hello Tikaram,
    I’m front of a weird behavior.
    At this adress : http://ida2018.c2medias.com

    On firefox and Edge, all is OK about the slider (no link, no ALT).

    But on Chrome and Safari, I can clic on each slide (And I don’t want it) and it shows the ALT “Permalik to”.

    In the custom CSS, I wrote :

    #feature-slider .slides a {
    pointer-events: none;
    }

    So I shouldn’t have the link to any page. What is wrong ?
    And how can I remove the ALT on the pictures ?

    Thanks a lot,

    David

    #131977
    tikaram
    Participant

    @c2medias : Please add the following additional css.

    #feature-slider .slides a {
       pointer-events: none;
    display:inline-block
    }

    Regards,
    Tikaram

    #132135
    C2medias
    Participant

    Hi Tikaram,

    Thanks a lot, it’s perfect.

    Have a good day,

    David

    #132368
    tikaram
    Participant

    @c2medias : Glad to know that the issue has been resolved. Have a Good day.

    Regards,
    Tikaram

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove slide title on featured slider’ is closed to new replies.