• 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 4 years, 10 months ago by vbbp.
    • This topic was modified 4 years, 10 months ago by vbbp.
Viewing 1 replies (of 1 total)
  • Hi @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.