ANALITIC

window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(‘js’, new Date()); gtag(‘config’, ‘G-MLHDCE19Y8’);Continue reading

Custom Styles

/* @font-face */ @font-face { font-family: “PlusJakartaSans”; src: url(“https://www.kapio.eu/wp-content/themes/nifty-child/fonts/PlusJakartaSans-VariableFont_wght.ttf”) format(“truetype”); font-weight: 100 900; font-style: normal; } @font-face { font-family: “PlusJakartaSans Italic”; src: url(“https://www.kapio.eu/wp-content/themes/nifty-child/fonts/PlusJakartaSans-Italic-VariableFont_wght.ttf”) format(“truetype”); font-weight: 100 900; font-style: italic; } /* Font Families */ h1, h2, h3, h4, h5, h6,…Continue reading

Moving product short description to under product image (CSS 2/2)

/*@media (min-width: 768px){ .left_side { float: left; width: 60%; } } .product .woo-variation-product-gallery { max-width: 100% !important; } .woocommerce-product-details__short-description { clear: both; float: left; } .woocommerce-product-details__short-description ul { margin-left: 12px !important; } /* Make product image bigger */ /* @media…Continue reading

My Insert widget in header

/* Add a WordPress Widget to Your Website Header by Adding Code to WordPress */ function wpb_widgets_init() { register_sidebar( array( ‘name’ => ‘Custom Header Widget Area’, ‘id’ => ‘custom-header-widget’, ‘before_widget’ => ‘ ‘, ‘after_widget’ => ‘ ‘, ‘before_title’ => ‘…Continue reading