Revolution Slider - 在滑块下显示标题

时间:2016-08-14 22:39:48

标签: wordpress caption revolution-slider

我正在尝试制作旋转木马和滑块。图像既可以是浅色也可以是暗色,所以我不希望标题位于滑块图像的顶部。

example sliders和编辑器中没有这样的内容,如果你将它完全拖下来,元素就会消失。

我特别想要革命滑块,而不是任何其他滑块。

1 个答案:

答案 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;
}