Add custom css to single php page
-
Hello All,
I’m creating a website using a child theme from WordPress 2017. I’ve set a specific page as my posts page. However, once I do that, i can no longer age a custom page template to that specific page.
I would like to add some simple custom css to my posts page.
is there a way that I can modify the single.php page to add some simple css customization?
I could solve this issue, if I could change
<div id=”primary” class=”content-area”>
to
<div id=”primary” class=”content-area-about”>
But I can’t seem to override the single.php page in a child theme.
Any help in the right direction is greatly appreciated.
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Add custom css to single php page’ is closed to new replies.