• As mentioned in the topic, is there a way viewers are able to click through on the pictures in the carousel without enabling the post content box?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,
    add the carousel box normally, but add this

    .slide .slide-content{
        position:unset;
        transform:none;
        top:0;
        opacity:0;
        left:0;
    }.slide .slide-content .read-more {
        margin-top: 0px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    to hide it and make the image clickable!

    Let me know if you need additional help with this.

Viewing 1 replies (of 1 total)
  • The topic ‘How to make carousel images clickable without enabling post content box?’ is closed to new replies.