2016-08-14 78 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; 
}