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
| .single-product .wp-block-woocommerce-product-details .wc-tabs { | |
| display: block; | |
| font-size: 20px; | |
| } | |
| .single-product .wp-block-woocommerce-product-details .woocommerce-tabs .panel[style="display: none;"] { | |
| display: none !important; | |
| } |
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( $, window ) { | |
| 'use strict'; | |
| $(document).on('ready', function () { | |
| //initialization of unfold component | |
| if ( $.HSCore.components.hasOwnProperty( 'HSUnfold' ) ) { | |
| $.HSCore.components.HSUnfold.init($('[data-unfold-target]')); | |
| } | |
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: 1024px) { | |
| .header__heading.header__heading-link, | |
| .header__heading .header__heading-link, | |
| .header__heading-link { | |
| width: 300px; | |
| } | |
| } |
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 silicon_child_default_dark_mode() { | |
| ?> | |
| <script> | |
| (function() { | |
| if (!localStorage.getItem('mode')) { | |
| localStorage.setItem('mode', 'dark'); | |
| } | |
| })(); | |
| </script> | |
| <?php |
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
| .handheld-footer .footer-social-icons a.fab.fa-x-twitter-square:before { | |
| content: "\e61b"; | |
| } |
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
| .fa-twitter:before { | |
| content: ''; | |
| background: url(YOUR IMAGE LINK); | |
| width: 30px; | |
| height: 30px; | |
| display: block; | |
| } |
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 child_calendar_update() { ?> | |
| <script> | |
| document.addEventListener('DOMContentLoaded', function () { | |
| const firstDateEl = document.querySelector('.js-first-date'); | |
| const lastDateEl = document.querySelector('.js-last-date'); | |
| const firstYearEl = document.querySelector('.js-first-year'); | |
| const lastYearEl = document.querySelector('.js-last-year'); |
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
| add_action( | |
| 'elementor/frontend/section/before_render', | |
| function( $element ) { | |
| $settings = $element->get_settings_for_display(); | |
| if ( empty( $settings['container_class'] ) ) { | |
| return; | |
| } |
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
| .mobile-header-v2 { | |
| background-color: transparent !important; | |
| } | |
| .mobile-handheld-department ul.nav li a, | |
| .mobile-header-v2 .handheld-header-links .columns-3 a, | |
| .mobile-header-v2 .off-canvas-navigation-wrapper .navbar-toggler, | |
| .mobile-header-v2 .off-canvas-navigation-wrapper button { | |
| color: #000 !important; | |
| } |
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
| .woocommerce-account:not(.logged-in) .woocommerce::before { | |
| content: none; | |
| } | |
| @media (min-width: 78px) { | |
| .woocommerce-account:not(.logged-in) #customer_login { | |
| max-width: 100%; grid-column: span 12 / span 12; | |
| } | |
| } |
NewerOlder