'; $construction_lite_breadcrumb_bg_image = get_theme_mod('construction_lite_page_bg_image'); if($construction_lite_breadcrumb_bg_image){ ?> .header-banner-container{ background: url('') no-repeat center fixed; } .cta_section{ background: url('') no-repeat center fixed; } body, .about-post-content, .feature-post .feature-content, .member-description, .blog_section .blogs-loop .blog-content, .testimonial_section .test-desc, .top-footer-desc{ font-size: ; } h1{ font-size: ; } h2{ font-size: ; } h3{ font-size: ; } h4{ font-size: ; } h5{ font-size: ; } h6{ font-size: ; } body{ font-family:; } h1{ font-family:; } h2{ font-family:; } h3{ font-family:; } h4{ font-family:; } h5{ font-family:; } h6{ font-family:; } .about-content-wrap .right-about-content:before{ border: none!important; } .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation a:hover, .main-navigation li:hover > a, .main-navigation li.focus > a, .header-cart-search:hover .cart-fa-icon, a:focus, a:active, .member-social-profile a:hover, .site-header .search-icon:hover, .blog_section .blogs-loop a:hover, .woocommerce .star-rating, .woocommerce .star-rating::before, .item-wrap a.product-name h5:hover, .item-wrap .price, .woocommerce ul.products li.product .price, .site-footer .site-info a:hover, .bottom-footer a:hover, .bottom-footer .widget_construction_lite_recent_post .recent-posts-content a:hover, .woocommerce .product-rating, .woocommerce ul.products li.product .star-rating, .widget a:hover, .woocommerce-info::before, .comment-author-date a:hover, .entry-title a:hover, .comments-area .reply .comment-reply-link, .woocommerce.widget_shopping_cart ul.cart_list li a:hover, .product-name a:hover, .product-name a:focus, .product-name a:active, .about-post-title a:hover, .edit-link a:hover, .edit-link a:focus, .edit-link a:active, .top-footer .social-icons .fa_link_wrap a:hover .fa_wrap, #construction-breadcrumb a, .portfolio_section .owl-controls .owl-nav .owl-prev:hover:before, .portfolio_section .owl-controls .owl-nav .owl-next:hover:before, .testimonial_section .top-quote:before, .testimonial_section .bottom-quote:before, a:hover, a:focus, a:active, .comments-area a:hover, .comments-area .comment-author .fn a:hover, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce #reviews .comment-form-rating p.stars a { color: ; } .widget_aptf_widget .aptf-tweet-content .aptf-tweet-name, .site-footer .site-info a{ color: !important; } .woocommerce a.remove, .woocommerce.widget_shopping_cart ul.cart_list li a.remove{ color: !important; } .cart-count, .woocommerce a.remove:hover, .woocommerce.widget_shopping_cart ul.cart_list li a.remove:hover, .site-header .ak-search input[type="submit"], .slider-content a:hover, .section-sub-title h2::before, .about-button a:hover, .feature_section .posts-feature, .member-name-designation-social .member-designation::after, .blog_section .blog-left .blog-date, .item-wrap .add-to-cart-shop a:hover, .blog_section .blogs-loop .blog-title::after, .title-cta::after, .cta-button a, .test-psots-wrap .owl-controls .owl-dot:hover, .test-psots-wrap .owl-controls .owl-dot.active, .bottom-footer .widget-title::after, .mail-slider-header-wrap .owl-prev:hover, .mail-slider-header-wrap .owl-next:hover, .archive.woocommerce a.button, .woocommerce nav.woocommerce-pagination ul li a:hover, .widget-title::after, .comments-area .comment-reply-title::after, .comments-area .comments-title::after, .widget_tag_cloud .tagcloud a:hover, .woocommerce-MyAccount-navigation ul li::before, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce input.button, article.post .entry-title::after, article.post a.read-more, .nav-links .page-numbers.current, .nav-links a.page-numbers:hover, .navigation a, .comments-area .reply .comment-reply-link:hover, .comments-area input[type="submit"], .page-content .search-form input[type="submit"], .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .contact-area .contact-form-post input[type="submit"], .woocommerce a.button, .woocommerce a.added_to_cart, .calendar_wrap caption, .slider-content div span a, .woocommerce div.product form.cart .button, .woocommerce #review_form #respond .form-submit input, .woocommerce div.product form.cart .button, .woocommerce #review_form #respond .form-submit input, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, #site-navigation #toggle div { background-color: ; } .woocommerce-MyAccount-navigation ul li{ border-left: 3px solid ; } .woocommerce-info { border-top-color: ; } .navigation a{ border: 2px solid ; } .site-header .ak-search input[type="submit"], .slider-content a:hover, .about-button a:hover, .cta-button a, .woocommerce nav.woocommerce-pagination ul li a:hover, .nav-links .page-numbers.current, .nav-links a.page-numbers:hover, .comments-area .reply .comment-reply-link:hover, .comments-area input[type="submit"], .page-content .search-form input[type="submit"], .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .contact-area .contact-form-post input[type="submit"], .top-footer .social-icons .fa_link_wrap a:hover .fa_wrap, .slider-content div span a { border-color: ; } .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{ background: rgba(); } @media (max-width: 769px) { .main-navigation .primary-menu { border-bottom-color: } } '; } add_action('wp_head', 'construction_lite_dynamic_css',100); function construction_lite_hex2rgb($hex) { $hex = str_replace("#", "", $hex); if (strlen($hex) == 3) { $r = hexdec(substr($hex, 0, 1) . substr($hex, 0, 1)); $g = hexdec(substr($hex, 1, 1) . substr($hex, 1, 1)); $b = hexdec(substr($hex, 2, 1) . substr($hex, 2, 1)); } else { $r = hexdec(substr($hex, 0, 2)); $g = hexdec(substr($hex, 2, 2)); $b = hexdec(substr($hex, 4, 2)); } $rgb = array($r, $g, $b); //return implode(",", $rgb); // returns the rgb values separated by commas return $rgb; // returns an array with the rgb values }