Esempio n. 1
0
?>
;
	<?php 
thb_paddingecho(ot_get_option('header_spacing'));
?>
}
}
.page-padding, .sidebar, #shop-page.pull, #shop-page.push {
	padding-top: <?php 
thb_measurementecho(ot_get_option('header_height'));
?>
;
}
.header .logo .logoimg {
	max-height: <?php 
thb_measurementecho(ot_get_option('logo_height'));
?>
;
}
.header:hover,
.header.hover  {
	<?php 
thb_bgecho(ot_get_option('header_bg'));
?>
}
#my-account-main .account-icon-box.image {
	<?php 
thb_bgecho(ot_get_option('myaccount-ad-bg'));
?>
}
#footer:hover,
Esempio n. 2
0
?>
}
@media only screen and (min-width: 40.063em) {
	#side-cart,
	#searchpopup,
	#mobile-menu,
	.share_container {
		margin-top: <?php 
thb_measurementecho(ot_get_option('header_height'));
?>
;
	}
	.footer-fixed #wrapper [role="main"],
	#wrapper [role="main"] {
	  padding-top: <?php 
thb_measurementecho(ot_get_option('header_height'));
?>
;
	}
}
 
/* Title Typography */
<?php 
if (ot_get_option('title_type')) {
    ?>
.mont, h1, h2, h3, h4, h5, h6, .header .menu-holder #quick_cart .float_count, .bar-side, #searchpopup input, .widget.widget_top_rated_products ul li a, .widget.widget_products ul li a, .widget.widget_recently_viewed_products ul li a, .widget.widget_shopping_cart .widget_shopping_cart_content .total, input[type="text"].placeholder, input[type="password"].placeholder, input[type="date"].placeholder, input[type="datetime"].placeholder, input[type="email"].placeholder, input[type="number"].placeholder, input[type="search"].placeholder, input[type="tel"].placeholder, input[type="time"].placeholder, input[type="url"].placeholder, textarea.placeholder, label, .order-detail-page .customer_details dt, .select-wrapper select, .content404 figure, .menu-footer, .mobile-menu > li > a, #side-cart .buttons a, #side-cart .subtotal, #side-cart ul li .list_content, #comments #comment-title + .text-center a, .badge, .product-information .back_to_shop, .price > span, .shopping_bag, .cart_totals table, #customer_login .login-section + .login-section .or, .payment_methods li .custom_label, #my-account .account-user .user-name, #my-account #my-account-nav li a, .cart-empty .message, .your-order-header .order-container, .smalltitle, #checkout_thankyou h2, .mediumtitle, .largetitle, .extralargetitle, .btn, .button, input[type=submit], .thb_tabs .tabs dd a, .thb_tabs .tabs li a, .thb_tour .tabs dd a, .thb_tour .tabs li a, .notification-box {
	<?php 
    thb_typeecho(ot_get_option('title_type'));
    ?>
	
}