This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media(max-width:767px) { | |
.header-cus > div { | |
justify-content: space-between; | |
width: 100%; | |
padding: 0 20px; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.footer-call-us .call-us-text { | |
//your style code | |
} | |
.footer-call-us .call-us-number { | |
//your style code | |
} | |
.footer-address { | |
//your style code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.page article#post-2494 .entry-header h1.entry-title { | |
color: #000; | |
font-size: 50px; | |
padding: 20px; | |
margin: 20px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function electro_product_description_tab() {} | |
if ( ! function_exists( 'el_child_product_description' ) ) { | |
function el_child_product_description() { | |
echo '<div class="electro-description clearfix">'; | |
wc_get_template( 'single-product/tabs/description.php' ); | |
echo '</div>'; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body.page-template-default:not(.home) .electro-navbar-primary .nav>.menu-item.menu-item-has-children>a:after { | |
display: none; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (max-width: 600px) { | |
.archive.search .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid { | |
grid-template-columns: 50% 50%; | |
grid-gap: 10px; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (min-width: 1025px) { | |
.site-header.header-v8 .site-branding { | |
background-color: #000; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (max-width:768px) { | |
header#masthead .navbar-sticky { | |
background-color: #131022; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
header .masthead form.navbar-search.col { | |
display: none; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor { | |
gap: 0; | |
font-size: 14px; | |
} |
NewerOlder