/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 13 2026 | 14:43:28 */
/* schovaj "Nezaradené" kategóriu na single ak ju nechceš */
.single-post .entry-category a[href*="/category/nezaradene/"] {
  display: none !important;
}

/* ak potom ostane prazdny h6, schovaj ho */
.single-post .entry-category:empty,
.single-post h6.entry-category:empty {
  display: none !important;
}

/* author byline schovať v headri */
.single-post .entry-meta .byline {
  display: none !important;
}