Skip to content

Instantly share code, notes, and snippets.

@phpbits
Last active September 30, 2016 08:45
Show Gist options
  • Save phpbits/cb6517250e3ed06496cbadba2e3f9f21 to your computer and use it in GitHub Desktop.
Save phpbits/cb6517250e3ed06496cbadba2e3f9f21 to your computer and use it in GitHub Desktop.
Genesis Testimonials Slider Custom CSS
.testimonial-wrap{
color: #fff;
padding-top: 50px;
padding-bottom: 50px;
margin-bottom: 50px;
background: rgba(118, 184, 82, 0.9); /** Change to your preferred color **/
text-align: center;
}
.testimonial-wrap span.above-title{
display: block;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: 500;
font-size: 14px; /** Change to your preferred font-size **/
margin-top: 0;
margin-bottom: 10px;
opacity: .6
}
.testimonial-wrap .focuswp-head, .testimonial-wrap .focuswp-more{
display: none !important;
}
.testimonial-wrap .focuswp-inner{
background: transparent !important;
border: 0px !important;
}
.testimonial-wrap .focuswp-content{
border: 0px;
font-size: 30px; /** Change to your preferred font-size **/
font-weight: 300;
}
.testimonial-wrap .focuswp-title{
font-size: 18px; /** Change to your preferred font-size **/
text-align: center;
font-weight: 600;
}
.testimonial-wrap div.focuswp-slider .focusSlides_pager li a{
width: 10px;
height: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment