rtCamp/rtpanel

Adding styles and scripts

Closed this issue · 3 comments

I am trying to add style using rtp_head but its not working.

function custom_rtp_head() {
wp_enqueue_style( 'rt-assignment-foundation', get_template_directory_uri() . '/css/foundation/css/foundation.min.css', '', '5.5.1' );
}
add_action( 'rtp_head', 'custom_rtp_head' );

I just test above code on my site and function works fine. Check your foundation.min.css file path or simply send me your site link.

Thanks for your support. Can you please let me know about this issue- rtCamp/rtpanel-child-theme#7

Hi,
Kindly check reply here rtCamp/rtpanel-child-theme#7