Reply To: Generate styles overriding my child theme styles

Home Forums Support Generate styles overriding my child theme styles Reply To: Generate styles overriding my child theme styles

Home Forums Support Generate styles overriding my child theme styles Reply To: Generate styles overriding my child theme styles

#159631
Tom
Lead Developer
Lead Developer

Gotcha! In that case, just add a later priority to your add_action call:

add_action( 'wp_enqueue_scripts', 'rbt_styles', 500 );

That will make your stylesheet show up after the others.