/* Theme Name: B1 Interactive Child Template: b1-interactive Theme URI: https://www.b1interactive.co Author: B1 Interactive Description: Child theme for B1 Interactive. Put your own CSS overrides and (optionally) overridden template files here, so edits survive if the parent theme is ever updated or reinstalled. Version: 1.0.0 Text Domain: b1-interactive-child ------------------------------------------------------------------------- HOW TO USE THIS FILE ------------------------------------------------------------------------- Anything you write below this comment block loads AFTER the parent theme's entire design system (see functions.php in this folder), so a rule here always wins the cascade against the parent's matching rule — no !important needed. Just use the same selector. Example — change the accent color everywhere it's used: :root { --volt: #2f5cff; --volt-ink: #ffffff; --volt-dim: #1e3fc4} Example — make service card titles a bit larger: .service-name { font-size: 2.1rem} If you're not sure what selector to target, open the page in your browser, right-click the element, choose Inspect, and look at the "Styles" panel — the class names there are what to use here. ------------------------------------------------------------------------- */ 