How Do I Make My CSS a Specific Page in WordPress?
on 24 August, 2022
No Comments
Making CSS specific to a WordPress page is easy. Simply add the following line to your theme’s functions.php file:
add_action(‘wp_footer’,’my_specific_css’);
Then include the CSS you want to use in your page’s HEAD tag: