Title: HTML validator: invalid color for inline CSS
Last modified: May 22, 2021

---

# HTML validator: invalid color for inline CSS

 *  [vbbp](https://wordpress.org/support/users/vbbp/)
 * (@vbbp)
 * [5 years ago](https://wordpress.org/support/topic/html-validator-invalid-color-for-inline-css/)
 * I just installed this nice theme on one of my blogs.
    When checking the HTML 
   validity using the W3 validator, I figured out that the palmeria_header_style
   function outputs an invalid header color (probably when hiding site title and
   description):
 *     ```
       <style type="text/css">
       .site-title,
       .site-description {
       	position: absolute;
       	clip: rect(1px, 1px, 1px, 1px);
       }
       .main-navigation:not(.mobile-navigation) .primary-menu > li > a{
       	color: #blank;
       }
       .sidebar-open i{
       	background: #blank;
       }
       </style>
       ```
   
    -  This topic was modified 5 years ago by [vbbp](https://wordpress.org/support/users/vbbp/).
    -  This topic was modified 5 years ago by [vbbp](https://wordpress.org/support/users/vbbp/).

Viewing 1 replies (of 1 total)

 *  [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [5 years ago](https://wordpress.org/support/topic/html-validator-invalid-color-for-inline-css/#post-14492285)
 * Hi [@vbbp](https://wordpress.org/support/users/vbbp/),
    Thanks for reporting 
   this. I’ve delivered the issue to our developers and they will do their best 
   to fix it in the next update of the theme. Let us know if you have any further
   questions or concerns.

Viewing 1 replies (of 1 total)

The topic ‘HTML validator: invalid color for inline CSS’ is closed to new replies.

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

## Tags

 * [bugfix](https://wordpress.org/support/topic-tag/bugfix/)
 * [header style](https://wordpress.org/support/topic-tag/header-style/)
 * [invalid html](https://wordpress.org/support/topic-tag/invalid-html/)

 * 1 reply
 * 2 participants
 * Last reply from: [dimned](https://wordpress.org/support/users/dimned/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/html-validator-invalid-color-for-inline-css/#post-14492285)
 * Status: not resolved