[ad_1]
Is there a way to add custom CSS for a specific page, other than adding to the theme’s “Additional CSS” using the page’s ID? Just wanted to avoid chucking every custom CSS styles in a global “Additional CSS” cause over time it’s just gonna be a big clunky mess. Plus using the page ID is just ugly as hell.
[ad_2]
A lot of page builders let you add css on each page.
This is a great minimal option:
https://wordpress.org/plugins/simple-css/
It will add a metabox below the editor that you can use to add CSS to just that page.
The proper way is to create a child theme and put your styling in style.css