Skip to content

Instantly share code, notes, and snippets.

View anastransvelo's full-sized avatar

Mohamed Anas anastransvelo

  • Transvelo
  • Chennai
View GitHub Profile
@anastransvelo
anastransvelo / style.css
Created September 3, 2020 14:04
electro availability custom change
.product-loop-footer .availability {
font-size: 12px;
display: flex;
}
.product-loop-footer .availability .electro-stock-availability {
margin-left: 4px;
}
@anastransvelo
anastransvelo / style.css
Created May 26, 2020 15:48
Electro lazy load plugin overlay issue in mobile @ safari
@media (max-width: 767px) {
.single-product-wrapper .woocommerce-product-gallery .lazy-hidden {
opacity: 1;
}
}
@anastransvelo
anastransvelo / style.css
Created May 26, 2020 15:48
Electro lazy load plugin overlay issue in mobile @ safari
@media (max-width: 767px) {
.single-product-wrapper .woocommerce-product-gallery .lazy-hidden {
opacity: 1;
}
}
@anastransvelo
anastransvelo / style.css
Last active May 27, 2020 15:15
Electro make header as sticky in footer at mobile view
@media (max-width: 1199px) {
.site-header {
position: fixed;
bottom: 0;
z-index: 2;
right: 0;
left: 0;
}
#scrollUp {
@anastransvelo
anastransvelo / style.css
Created May 26, 2020 14:27
Electro make header as sticky in footer at mobile view
@media (max-width: 1199px) {
.site-header {
position: fixed;
bottom: 0;
z-index: 2;
}
}
@anastransvelo
anastransvelo / style.css
Last active May 26, 2020 10:46
Electro plugin style issue
.woocommerce-checkout-review-order-table tfoot .cart-subtotal + tr:not(.order-total) > td {
flex-grow: 1;
margin-left: 60px;
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal + tr:not(.order-total) > th {
flex-shrink: 0;
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal + tr:not(.order-total) > td tr {
@anastransvelo
anastransvelo / style.css
Created May 22, 2020 11:09
elector mobile custom change
.handheld-header-v2 .header-logo img,
.mobile-header-v1 .header-logo img,
.mobile-header-v2-inner .header-logo img {
max-width: 150px;
}
.handheld-header-v2 .handheld-header-links>ul li+li,
.mobile-header-v1 .handheld-header-links>ul li+li,
.mobile-header-v2-inner .handheld-header-links>ul li+li {
margin-left: 10px;
@anastransvelo
anastransvelo / style.css
Created May 21, 2020 14:24
electro custom news letter style
span.wpcf7-not-valid-tip {
position: absolute;
bottom: -70px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
color: #fff;
}
@anastransvelo
anastransvelo / style.css
Last active May 1, 2020 15:57
Electro hide add to cart btn and show text
.owl-item>.product .add-to-cart-wrap .button,
.owl-item>.product .added_to_cart,
.section-onsale-product .onsale-product .add-to-cart-wrap .button,
.section-onsale-product .onsale-product .added_to_cart,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .add-to-cart-wrap .button,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .added_to_cart,
li.product .add-to-cart-wrap .button, li.product .added_to_cart {
width: auto;
float: none;
background-color: transparent;
@anastransvelo
anastransvelo / style.css
Last active April 30, 2020 18:59
vodi mobile nav
@media (max-width: 767.98px) {
.episode__player--next-episode,
.episode__player--prev-episode {
position: relative;
display: block;
}
.single-episode-v3 .episode__player--arrows>*+*:before,
.single-episode-v4 .episode__player--arrows>*+*:before {
display: none;