Hi @bserg66,
It looks like your child theme’s style.css
file is being referenced in the code. Have you tried opening the style.css file directly in the browser to check for any errors, or to confirm if the file is missing? Also, try updating the version number in the CSS (e.g., change from 1.0.1 to 1.0.2) to rule out any caching issues.
Additionally, I recommend testing single elements, like post titles, to ensure each style applies correctly. It’s possible that the .site-branding class is being overridden by the main theme. In this case, using more specific selectors and nesting your CSS may help target the elements accurately.
Hope this helps!