Using a custom style sheet for a specific page
I'm hoping to use a custom style sheet for a customer page to be used as my homepage.
I created a full-width page template, but want to change some of the default styling (content-mid, content-inner, etc.) 'outside' of the page template, and am trying to figure out the best way to do it. Other sites (like
this page) recommend replacing the default stylesheet info in the header.php file with a statement to use a specific stylesheet for the specific page, but I'm not seeing any stylesheet info in the header.php file.
Any recommendations on how to do this? I've tried using a couple plugins, but I can't get the CSS info in the new style sheet to override the default CSS just for 1 page.
Thanks.