Home › Forums › Support › Using custom function in child theme › Reply To: Using custom function in child theme
November 15, 2015 at 9:43 pm
#153351
Lead Developer
Lead Developer
Add a priority to your action:
add_action( 'wp_enqueue_scripts', 'my_styles', 999 );
That should do it 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development