Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #149937
    rollinroots
    Participant

    I’m trying to get rid of the clickable aspect of the slider photos and the featured content photos. I just want them to be visual not functional. I want nothing on the homepage to be clickable aside from the nav menu.

    https://rollinroots.com/

    #149966
    Skandha
    Participant

    @rollinroots: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .cycle-prev, .cycle-next, .cycle-pager, #featured-content {
    	pointer-events:none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #149988
    rollinroots
    Participant

    Hey Skandha,

    That worked perfectly for my featured content! However, I still would like to disable the links on the featured slider images as well.

    #150093
    Skandha
    Participant

    @rollinroots: I checked your site and it looks like you have figured out a way to disable links in the slider.

    Let me know if you have anymore issues!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove linking from sliders and content photos’ is closed to new replies.