Carousel

 avatar
user_4404640554
html
3 years ago
2.2 kB
1
Indexable
<style>
    #home_featured{
    padding-top: 60px !important;
    background: rgba(255,67,103,0.85) url(http://wplms.io/demos/demo10/wp-content/uploads/2018/05/demo10_featured.jpeg?id=437);
    background-position: center;
    background-repeat: -repeat;
    background-size: cover !important;
    *background-color: rgb(255,67,103) !important;
}         

.home_counter_item {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0;
}
.taxonomy_carousel a.term_block {
    position: relative;
    display: inline-block;
    width: 100%;
}

a.term_block {
    border-radius: 10px;
    overflow: hidden;
    height: 140px;
    font-size: 24px;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.taxonomy_carousel a.term_block .term_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.taxonomy_carousel a.term_block .term_name span, .taxonomy_carousel a.term_block .term_name strong {
    color: #FFF;
}

a.term_block .term_name>span {
    z-index: 9;
}
a.term_block .term_name:after {
    content: '';
    background: rgba(6,45,111,0.8) !important;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.member_block3 {
    padding: 15px;
    border-radius: 50%;
    overflow: hidden;
}
.wplms_registration_form {
    padding: 30px;
    background: #ff4367;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    color: #fff;
    clear: both;
    display: block;
}
.wplms_registration_form ul li {
    clear: both;
}
.wplms_registration_form ul li label {
    width: 100%;
    display: block;
}
.wplms_registration_form legend, .wplms_registration_form label {
    border: none;
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px;
}
.wplms_registration_form input {
    width: 100%;
    border-radius: 5px;
    border: 2px solid rgba(255,255,255,0.2);
}
.carousel_row{margin-top:30px;}
</style>