如何使用字幕创建 Elementor 媒体轮播

Muneeb WordPress Tutorials Jan 30, 2022

创建令人惊叹的网站

使用最好的免费页面构建器 Elementor

现在开始

使

    
body .elementor-section .elementor-carousel-image-overlay {
background-color: transparent;
    color: black; /* Change the color here to change the color of the caption */
    font-size: 23px; /* Change the font size here to change the size of the caption */
    height:30px;
    top:107%;/* Slightly increase or decrease this value to position the caption */
    opacity: 1!important;
    transform:none!important;
}

body .elementor-section .swiper-slide {
    overflow: visible;
}

body .elementor-section .swiper-container {
    padding-bottom: 90px;
}

Divi WordPress Theme