chrisblakley / Nebula

Nebula is a WordPress theme framework that focuses on enhancing development. The core features of Nebula make it a powerful tool for designing, developing, and analyzing WordPress websites consistently, yet its deliberately uncomplicated code syntax also serves as a learning resource for programmers themselves.
https://nebula.gearside.com
GNU General Public License v2.0
139 stars 36 forks source link

Customizer customizations #2274

Open pixelasticity opened 5 months ago

pixelasticity commented 5 months ago

Describe the Problem There may already be a way to do this, but what is the recommended method of overriding Customizer.php functions? Copying Customizer.php over to my child theme doesn't seem to do the trick. At the moment, I'm trying to change some of the CSS that the Customizer outputs. How would you suggest I accomplish that?