Best Premium and Free WordPress Themes › Forums › Travel Way Pro › Add more text to the slider › Reply To: Add more text to the slider
August 23, 2021 at 10:51 pm
#99010
Participant
Here is the CSS code that I’m using to alter the slider text.
Can you tell me what i would add to specify Sider 1 and also Slider 2?
.image-slider-wrapper .banner-title {
color: #ffff00;
text-shadow: 2px 2px #636363;
-webkit-text-stroke: 1px red;
font-family: Arial;
}
.image-slider-caption p {
font-size: 35px;
font-family: ‘Nanum Brush Script’, cursive;
color: #ffff00;
text-shadow: 2px 2px #636363;
-webkit-text-stroke: 1px red;
}