How to apply Customizer colors ?
-
Hello everbody.
I have an question about registering Customizer API styles.
For example i have aa.php file that consist of codes like :<?php $example_color = get_theme_mod(“text_color”); ?>
<style>
h1{color:<?php echo $example_color; ?>
</style>`What is the right method of registering this style codes?
Includeing in the header.php .. or ?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to apply Customizer colors ?’ is closed to new replies.