Testimonials Page - Read More
LBautista
css
a year ago
1.4 kB
13
Indexable
/* START - Update ‘Read More’ button theme style -WB Lloyd*/
div.testimonials .data-container{
/* Button theme */
.expand-link-container .btn-more{
color: #000;
&:hover{
color: #999!important;
}
&:before{
background:#999!important;
}
&:hover:before{
background:#BEAF87!important;
}
}
/* Transition animation */
.testimonials__item-outer{
&:not(.expanded){
.btn-more.btn-expand{
opacity:1;
z-index: 1;
}
}
&.expanding{
.btn-more.btn-expand{
opacity:0;
}
}
&.expanded{
.btn-more.btn-collapse{
opacity:1;
}
}
&:not(.expanded){
.btn-more.btn-collapse{
opacity:0;
}
}
&.expanding{
.btn-more.btn-collapse{
opacity:1;
}
}
&.collapsing{
.btn-more.btn-collapse{
opacity:0;
}
}
&.expanded{
.btn-more.btn-collapse{
opacity:1;
z-index: 1;
}
}
}
}
/* END */Editor is loading...
Leave a Comment