我正在尝试制作旋转木马和滑块。图像既可以是浅色也可以是暗色,所以我不希望标题位于滑块图像的顶部。
在example sliders和编辑器中没有这样的内容,如果你将它完全拖下来,元素就会消失。
我特别想要革命滑块,而不是任何其他滑块。
答案 0 :(得分:0)
这是CSS及其响应:
.rev_slider li.tp-revslider-slidesli {
overflow: visible !important;
height: 150% !important;
}
.fullwidthbanner-container .fullwidthabanner {
max-height: none !important;
height: 150% !important;
}
.tp-bgimg.defaultimg {
height: 35% !important;
}
.tp-caption.NotGeneric-Title,
.NotGeneric-Title,
.tp-caption.NotGeneric-Title a,
.NotGeneric-Title a {
color: rgba(255,255,255,1.00);
font-style: normal;
font-family: 'voorregular' !important;
text-transform: uppercase !important;
font-weight: 300!important;
letter-spacing: 1.5px !important;
}