Here’s my child CSS:
/*
Theme Name: Ambition Child
Theme URI: http://example.com/ambition-child/
Description: Ambition Child Theme
Author: Authorname
Author URI: https://www.myURL.com
Template: ambition
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: ambition-child
*/
.page-title-wrap {
background-color: #ffffff;
padding: 60px 0 0 80px;
text-align: left;
}
.page-title {
color: #89a452;
font-weight: 700;
}
.page-title a {
color: #89a452;
}
Could this be a file permissions issue? I saw that the child CSS file has different permissions from the original one.