non clickable carousel

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13647
    ssp
    Participant

    HI

    I used the features carousel (Post Snippets Carousel) in my website, but I don’t want the images to be clickable. How can I fixe this?

    Thank you

    #13673
    Veena
    Moderator

    Pls share a link to the specific page, we will suggest you the required custom CSS.

    #13701
    ssp
    Participant

    It’s on those 2 pages:
    http://centresportifrosemere.ca/accueil/le-gym/
    http://centresportifrosemere.ca/accueil/le-gym/services/

    the slider under “Services offerts” I dont want them to be clickable, I would like to only have images…

    Thank you

    #13741
    Veena
    Moderator

    Pls add the below custom CSS in themeoptions –

    #features .image-area {
      pointer-events: none;
    }
    
    #13957
    ssp
    Participant

    thanks for your support, I would also like the text under the image to be not clickable… what would be the custom CSS for that?

    #13966
    Veena
    Moderator

    You can use the below custom CSS –

    #features .entry-title {
      pointer-events: none;
    }
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.