Child Theme style.css not working.
The child theme that I have created recognizes the page templates but not the style.css file.
The child theme is uploaded in the themes directory as vantage-child. It is activated in the back-end but the styles still will not apply.
This is frustrating to say the least since I have created many child themes and have never come across this problem.
Could it be a plug-in conflict?
Can you please assist? Thank you.
/*
Theme Name: Vantage Child
Theme URI:
Description: Vantage Child Theme
Author:
Author URI:
Template: vantage
Version:
Tags:
Text Domain:
*/
@import url("../vantage/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
body {
color: #444;
font: serif;
font-size: 20px;
}
p {
font-size: 30px;
}