#bbpress-forums .status-closed, #bbpress-forums .status-closed a { color: #000 !important; } '')); ?> .form-allowed-tags { display: none; } // Switch off bbPress Forum moderation add_filter( 'bbp_bypass_check_for_moderation', '__return_true' ); add_action(‘media_buttons’, ‘ml_pre_media_buttons’, 1); add_action(‘media_buttons’, ‘ml_post_media_buttons’, 20); function ml_pre_media_buttons($editor_id) { /* Smaller Heading Font please */ @media (min-width: 700px) { h1, .heading-size-1 { font-size: 6.4rem; } h2, .heading-size-2 { font-size: 4.4rem; } h3, .heading-size-3 { font-size: 3.8rem; }  h4, .heading-size-4 { font-size: 3.2rem; } } /* Reduce white space around stuff */ @media (min-width: 700px) { .widget .widget-title { margin-bottom: 2rem; } .post-inner { padding-top: 3rem; } .footer-widgets-outer-wrapper { padding: 3rem 0; } #site-footer { padding: 3rem 0; } } } /*Link Colour Force in Cover Block - Twentig Fix*/ .wp-block-cover .wp-block-cover__inner-container a { color: #c63c19; } } /* Hide Tags from Archive page */ .archive .post-tags.meta-wrapper { display: none; } .forum .entry-content{ width:100%; } .bbpress .page { width: 100%; } #bbpress-forums p.bbp-topic-meta img.avatar { display: none !important; } /* Hide Title Space - Home */ } .home .site-header { margin-bottom: 0; } .home .entry-header { display: none; } .home .content-area { padding-top: 0; } /* Hide title on FAQ */ .page-id-30555 .entry-title { display: none; } /* Remove empty space */ .page-id-30555 .entry-header { margin-bottom: 0; padding-bottom: 0; } /* Remove space between header and content */ .page-id-30555 .entry-header { display: none; } .page-id-30555 .site-main { padding-top: 0; } .page-id-30555 .entry-content { margin-top: 0; padding-top: 0; }