TemplatesNext › Forums › Free Themes › i-craft Support › Words on the slides
Tagged: slide, slide box, slide button, slide words
This topic contains 4 replies, has 3 voices, and was last updated by Justin Wood 1 year, 10 months ago.
-
AuthorPosts
-
February 18, 2016 at 9:56 pm #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!
February 19, 2016 at 12:23 am #2533Try 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; }July 26, 2016 at 1:19 am #4237Hi,
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?July 26, 2016 at 1:44 am #4238Try keeping the fields empty, let me know if that works, if not, i will try to update in next version
July 26, 2016 at 10:24 am #4239When I leave it empty, that slide doesn’t disply. Only the slides with text show up.
Thanks for your help.
-
AuthorPosts
You must be logged in to reply to this topic.
