Hello,
could anyone point me to the right place to change the heading and subheading type sizes in the slideshow
Many Thanks
Hello,
could anyone point me to the right place to change the heading and subheading type sizes in the slideshow
Many Thanks
Hey,
search for following code in style.css and change the font size for the slideshow headline (h1) + text as you like.
.feature_excerpt{
padding:20px 0px 38px 0;
bottom:0px;
font-size:11px;
line-height:1.8em;
position:absolute;
z-index:3;
width:100%;
overflow:hidden;
font-style: italic;
}
.js_active .feature_excerpt{
visibility: hidden;
}
.feature_excerpt h1{
font-size: 44px;
font-style: normal;
line-height: 1em;
padding: 0;
position: relative;
}Hi,
Thanks for that
Glad that I could help you :)
You must log in to post.