Is it possible to make a Child Theme of JobsApp?
Might be a stupid question but here we go
I tried using the standard method, I created a child theme with CSS including this line:
@import url("../jobsapp/style.css");
But I'm getting an error message saying JobsApp isn't a valid Parent Theme.
Problem is I need to modify JobsApp and wouldn't want to modify the core.
Thanks