"; ?> .site-logo .custom-logo-link{ max-width: px; } @media (min-width: 1200px) { .header-titles .site-title, .header-titles .custom-logo-name{ font-size: px; } } .custom-background .theme-block .theme-block-title .block-title, .custom-background .widget .widget-title, .custom-background .sidr, .custom-background .theme-ticker-area, .custom-background .header-searchbar-inner, .custom-background .offcanvas-wraper, .custom-background .booster-block .be-author-details .be-author-wrapper, .custom-background .theme-block .theme-block-title .block-title, .custom-background .widget .widget-title{ background-color: #; } body, input, select, optgroup, textarea{ color: ; } "; } add_action('wp_head', 'allinone_dynamic_css', 100); /** * Sanitizing Hex color function. */ function allinone_sanitize_hex_color($color) { if ('' === $color) return ''; if (preg_match('|^#([A-Fa-f0-9]{3}){1,2}$|', $color)) return $color; }