athemes / Moesia

Moesia WordPress theme
http://athemes.com/theme/moesia
GNU General Public License v2.0
1 stars 1 forks source link

Moesia Elementor testimonial thought bubble #30

Closed romanbondar closed 4 years ago

romanbondar commented 5 years ago
.moesia-testimonial-thought-bubble .elementor-testimonial-content {
    border-radius: 20px;
    background-color: rgba(255,255,255, 0.8);
    padding: 20px 30px;
}

.moesia-testimonial-thought-bubble .elementor-testimonial-content::after {
    position: absolute;
    bottom: 92px;
    left: 40px;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgba(255,255,255, 0.8);
}

.moesia-testimonial-thought-bubble .elementor-testimonial-meta-inner {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom:20px;
}
romanbondar commented 4 years ago

Moesia will not be switched to Elementor, closing the issue.