Hooks for appearance customizer
-
Hi,
I want to apply appearance customizations within a child theme without having to click through the customize interface. So I would like to do this using hooks and filters within my child theme. For example, I would like to specify the header width as full or contained using code instead of manually. Is there documentation for hooks or filters to accomplish this? I can do this using custom CSS styling, such as,
#masthead { max-width: 1200px; margin-left: auto; margin-right: auto; }
Is there a more principled way to do this in order to mimic the customizer?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Hooks for appearance customizer’ is closed to new replies.