/*
Theme Name: Nopio Master Theme
Theme URI: http://www.nopio.com
Author: Nopio
Author URI: https://www.nopio.com
Description: Nopio Master Theme
Requires at least: 5.9
Tested up to: 6.1
Version: 3.0
Text Domain: Nopio
*/

/* Hide the blog categories */
.alm-filters-wrapper {
    display: none;
}
.post-info .post-info__item:has(.category) {
	cursor: text;

	a {
		pointer-events: none;
	}
}