Title: Invalid CSS code in header style output
Last modified: August 21, 2025

---

# Invalid CSS code in header style output

 *  [Ov3rfly](https://wordpress.org/support/users/ov3rfly/)
 * (@ov3rfly)
 * [9 months, 3 weeks ago](https://wordpress.org/support/topic/invalid-css-code-in-header-style-output/)
 * Invalid CSS code in dynamic header style output causes malfunction of minify 
   plugins etc.
 * File `inc/custom-header.php` has this line 82 in the middle of CSS code, the 
   output of a WordPress API call and a stray quote char:
 *     ```wp-block-code
       			<?php header_image(); ?>"
       ```
   
 * This creates this invalid CSS code in front end:
 *     ```wp-block-code
       <style type="text/css">			.site-title a,			.site-description {				color: #000000;			}						https://[redacted]/wp-content/themes/responsiveblogily/inc/starter_content/img/header-img.statopt_ver.1755767639.png"								.site-title a,				.site-description {					color: #000000;				}					</style>
       ```
   
 * Suggested fix, remove line 82.
 * Also that color rule is printed twice, something clearly went wrong in this file.
 * ResponsiveBlogily 7.2, WordPress 6.8.2

The topic ‘Invalid CSS code in header style output’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/responsiveblogily/7.5/screenshot.
   png)
 * ResponsiveBlogily
 * [Support Threads](https://wordpress.org/support/theme/responsiveblogily/)
 * [Active Topics](https://wordpress.org/support/theme/responsiveblogily/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/responsiveblogily/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/responsiveblogily/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [invalid](https://wordpress.org/support/topic-tag/invalid/)

 * 0 replies
 * 1 participant
 * Last reply from: [Ov3rfly](https://wordpress.org/support/users/ov3rfly/)
 * Last activity: [9 months, 3 weeks ago](https://wordpress.org/support/topic/invalid-css-code-in-header-style-output/)
 * Status: not resolved