2016-08-14 95 views
0

我正在尝试构建一个传送带和滑块。图像可以是明亮的和黑暗的,所以我不希望在滑块图像顶部的标题。革命滑块 - 滑块下的显示标题

example sliders中没有这样的东西,在编辑器中,如果你一直拖下去,元素就会消失。

我特别想要Revolution Slider而不是其他任何滑块。

+0

可尝试的(没有任何担保,是把一个底边在你的背景图像(具有相同的边距大小相同的颜色,你的背景) 。然后你会改变你的身高的一般设置。这应该做的伎俩,使字幕在你的图像底部。 – LoicTheAztec

回答

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