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

This topic contains 1 reply, has 2 voices, and was last updated by marsian marsian 3 months, 1 week ago.

Viewing 2 posts - 1 through 2 (of 2 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;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.