Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications:
I’m using the custom section of my theme-twenty twelve child. I really just want to put an image under my h1 title and before the h2 site description. I’ve made a child theme according to the instructions I found, and I’m working in it, as far as I know. Thank you
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
border-style: dotted;
}
I’m sorry Andrew, I didn’t realize what post I was on 🙂 Thank you for your help! I have it done.