featured testimonials

mail@pastecode.io avatar
unknown
plain_text
21 days ago
1.1 kB
1
Indexable
Never
.testimonials-section .list-cell .title {
    font-size: 20px;
}
div.testimonials-section .list-cell h6 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
/*START - fix bottom padding on desktop and mobile view */
.lp-vertical-paddings {
    padding-bottom: 146px;
    @media only screen and (max-width: 768px){
         padding-bottom: 64px;
    }
}
div.arrows-container button.lp-arrow{
    border: solid 2px #fff;
    background-color: transparent;
    &:before {
    border-color: #fff;
    }
    &:hover{
    border: solid 2px #fff;
    background-color: #fff;
        &::before{
             border-color: #050E3D;
        }
    }
}
div.bottom p.num-pages.js-num-pages{
    color: #fff;
}
/*END - Testimonial section theme(Local)*/


/*START - Featured Testimonial Title Titlecase*/
div.testimonials-section .list-cell .author{
        text-transform: uppercase;
}
    
div.testimonials-section .list-cell .title {
    text-transform: uppercase;
}
.testimonials-section .list-cell .position{
    color: #fff!important;
}
/*END*/
p.author.bf1{
    text-transform: uppercase;
}
Leave a Comment