TemplatesNext Forums Free Themes i-craft Support Words on the slides

This topic contains 4 replies, has 3 voices, and was last updated by  Justin Wood 1 year, 10 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2532

    Hello, I’d like to know if is possible to delete the black box in the slides and the button. The boxes that you have to write something. If I don’t write something the picture disapears and if I don’t write something in the description of de slide it shows a black line. I’d like to delete everything and show only the image. Thanks!

    #2533

    marsian
    Keymaster

    Try adding following lines of CSS code in “Appearance” > “Customize” > “Layout Options” > “Additional Style”

    Default theme slider hide elements

    
    /* For Title */
    .ibanner .nx-slider-container h2 {
    display: none;
    }
    /* for Content */
    .ibanner .nx-slider-container p {
    display: none;
    }
    /* For link */
    .ibanner .nx-slider-container a.da-link {
    display: none;
    }
    

    For [tx] I-trans Slider

    
    /* For Title */
    .site .other-slider .tx-slide-content-inner h3 {
    display: none;
    }
    /* For Descriptions */
    .site .other-slider .tx-slide-content-inner .tx-slide-details p {
    display: none;
    }
    /* Lide Link */
    .site .other-slider .tx-slide-content-inner .tx-slide-button a {
    display: none;
    }
    
    #4237

    Justin Wood
    Participant

    Hi,

    This works, but is there a way to disable the text/links overlay on some slides, while leaving it on others?
    For instance, maybe I want slides 1 and 2 to have no text/links overlay, but on slide 3, I would like to have them. Is this possible?

    #4238

    marsian
    Keymaster

    Try keeping the fields empty, let me know if that works, if not, i will try to update in next version

    #4239

    Justin Wood
    Participant

    When I leave it empty, that slide doesn’t disply. Only the slides with text show up.

    Thanks for your help.

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

You must be logged in to reply to this topic.