nevermind, i solved it now.. strangely… i already understood this theme doesn’t need @import line in the child theme’s css.
but.. apparently it could not handle the info i put in the top initially
this was what i had:
/*
Theme Name: Virtue Child
Theme URI: https://kadencethemes.com/product/virtue-free-theme/
Description: Virtue Child Theme
Version: 2.2.4
Author: Janne Wolterbeek
Author URI: https://jwcm.nl/
Tags: responsive-layout, two-columns, one-column, custom-colors, custom-header, custom-menu, featured-images, translation-ready, theme-options, photoblogging
Text Domain: virtue-child
License: GNU General Public License v3.0
License URI: https://www.gnu.org/licenses/gpl.html
*/
/* this was commented out already
@import url("../virtue/assets/css/virtue.css");
@import url("../virtue/style.css");
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
and this is what i put in now and it works (suddenly)
/*
Theme Name: Virtue Child Theme
Theme URI: https://themes.kadencethemes.com/virtue/
Description: Child Theme for Virtue
Author: Kadence Themes
Author URI: https://kadencethemes.com/
Template: virtue
Version: 1.0
*/
maybe there’s something to learn from this, but i have no idea what ??