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_filter( 'front_header_topbar_search_enable', '__return_false' ); |
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
| .u-header__navbar-brand, .u-header__navbar-brand > img { | |
| width: 220px; | |
| } | |
| @media (min-width: 1200px) { | |
| .u-header__navbar-brand, .u-header__navbar-brand > img { | |
| 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 front_header_user_account_login_form() { | |
| $header_account_view = apply_filters( 'front_header_topbar_user_account_view', 'dropdown' ); | |
| ?> | |
| <form class="js-validate woocommerce-form woocommerce-form-login login" method="post"> | |
| <div id="login" data-target-group="idForm" style="<?php echo esc_attr( ( isset( $_POST['register'] ) || isset( $_POST['recoverPassword'] ) ) ? 'display: none; opacity: 0;' : 'display: block; opacity: 1;' ); ?>"> | |
| <?php if ( $header_account_view == 'modal' || $header_account_view == 'sidebar-left' || $header_account_view == 'sidebar-right' ): ?> | |
| <header class="<?php echo esc_attr( $header_account_view == 'modal' ? 'card-header bg-light py-3 px-5' : 'text-center mb-7' ); ?>"> | |
| <?php if ( $header_account_view == 'modal' ): ?> | |
| <div class="d-flex justify-content-between align-items-center"> | |
| <h3 class="h6 mb-0"><?php echo apply_filters( 'front_user_account_not_login_text', esc_ |
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 front_child_scripts() { | |
| wp_enqueue_style( 'front-custom-fonts', get_stylesheet_directory_uri() . '/front-custom-fonts.css' ); | |
| } | |
| add_action( 'wp_enqueue_scripts', 'front_child_scripts', 100 ); |
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
| .site-footer.site-footer__dark.footer-dark-v2 { | |
| background-color: your-color !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 vodi_movies_slider( $args = array() ) { | |
| if( vodi_is_masvideos_activated() ) { | |
| $defaults = apply_filters( 'vodi_movies_slider_default_args', array( | |
| 'gallery_title' => '', | |
| 'el_class' => '', | |
| 'style' => 'style-v1', | |
| 'design_options' => array(), | |
| 'sliders' => array(), | |
| 'carousel_single_args' => array( |
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-cart .cart_item .product-name .variation { | |
| display: flex; | |
| flex-wrap: wrap; | |
| } | |
| .woocommerce-cart .cart_item .product-name .variation-To, | |
| .woocommerce-cart .cart_item .product-name .variation-Recipient, | |
| .woocommerce-cart .cart_item .product-name .variation-From, | |
| .woocommerce-cart .cart_item .product-name .variation-Message, | |
| .woocommerce-cart .cart_item .product-name .variation-BonusCard { | |
| flex: 0 0 50%; |
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-only i, | |
| .handheld-only .search-btn:before { | |
| color: #000 !important; | |
| } | |
| .handheld-only .handheld-header { | |
| background-color: #fff !important; | |
| } | |
| .handheld-only .handheld-header .navbar-toggler-icon { |
NewerOlder