Backups Created:
/home/teltatz/public_html/wp-admin/admin-wolf.php
/home/teltatz/public_html/wp-content/edit-wolf.php
/home/teltatz/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: _counter.scss
/* Counter 1 ---------------------------------- */ .counter-area-1 { border-radius: 20px; transform: translate(0px, 111px); z-index: 3; position: relative; margin-top: -111px; @include lg { transform: none; margin-top: 0; } } .counter-card { text-align: center; padding: 75px 0 68px; &-wrap { border-right: 1px solid; border-color: #357AFA !important; &:last-child { border-right: 0; } } &_number { color: $white-color; margin-bottom: 6px; margin-top: -0.24em; font-weight: 700; } &_text { color: $white-color; display: block; margin-bottom: -0.2em; font-size: 20px; font-family: $title-font; strong { font-weight: 700; } } } @include lg { .counter-card { padding: 60px 0; &-wrap { &:nth-child(1) .counter-card, &:nth-child(2) .counter-card { border-bottom: 1px solid #357AFA; } &:nth-child(2) { border-right: 0; } } &_text { font-size: 20px; margin-bottom: -0.3em; } } } @include sm { .counter-card { padding: 40px 0; &_number { margin-bottom: 0; } &_text { font-size: 18px; } } } @include xs { .counter-card { &-wrap { border-right: 0 !important; &:nth-child(3) .counter-card { border-bottom: 1px solid #357AFA; } } } } /* Counter 2 ---------------------------------- */ .counter-grid { &-wrap { display: flex; justify-content: space-between; gap: 25px 20px; flex-wrap: wrap; } display: flex; gap: 20px; align-items: center; &_icon { min-width: 55px; img { transition: 0.4s ease-in-out; } } &_number { color: $theme-color; margin-bottom: 0; margin-top: -0.2em; } &_text { color: $title-color; font-size: 14px; font-weight: 500; text-transform: uppercase; display: block; margin-bottom: -0.45em; } &:hover { .counter-grid { &_icon { img { transform: rotateY(180deg); } } } } }