"; ?> .site-logo .custom-logo-link{ max-width: px; } @media (min-width: 1200px) { .header-titles .site-title, .header-titles .custom-logo-name{ font-size: px; } } body, input, select, optgroup, textarea{ color: ; } a, .widget-title, .block-title-wrapper .block-title{ color: ; } .theme-block, .theme-aside-panel, #theme-banner-navs, .header-navbar, .megamenu-recent-article, .posts-navigation, .post-navigation{ border-color: ; } #theme-banner-navs:before, #theme-banner-navs:after{ border-color: ; } .megamenu-recent-article, .widget_recent_entries ul li, .widget_categories ul li, .widget_pages ul li, .widget_archive ul li, .widget_meta ul li, .widget_recent_comments ul li, .widget_block .wp-block-latest-posts li, .widget_block .wp-block-categories li, .widget_block .wp-block-archives li, .widget_block .wp-block-latest-comments li{ border-bottom-color: ; } .theme-svg-seperator{ color: ; } "; } add_action('wp_head', 'bigbulletin_dynamic_css', 100); /** * Sanitizing Hex color function. */ function bigbulletin_sanitize_hex_color($color) { if ('' === $color) return ''; if (preg_match('|^#([A-Fa-f0-9]{3}){1,2}$|', $color)) return $color; }