open style.css and find the line where it says
#slider .featured-title span
that’s the style for the first title
the code for the second title is below
#slider .featured-excerpt p
for example you can set it like this
#slider .featured-title span {
display: inline-block;
color: #FFF;
font-size: 40px;
line-height: 25px;
font-weight: 300;
line-height: 1.5;
text-shadow:0 1px 1px black;
}
hope that helps!
Thanks for your help onelonelystar!
onelonelystar,
I was wondering if you could show me how to make a sort of “text box” for my text in the main slider. My words seem to get lost in the pictures I have in the slider. You can see this here on my site: http://toprockyvacations.com/
Any thoughts?? Thanks in advance!
Bryan
I’d suggest to use a white/light grey color on the fonts and add a shadow, just like I posted above.