Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and if the theme doesn’t have a section for CSS modifications then do the following:
- Install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
- use its “CSS Code” section of the dashboard to hold your CSS modifications:
-
(put this code in)
.banner {
text-align: center;
}
- Save
Alternatively use your Child Theme style.css file to hold your CSS modifications
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
980px width recommended image size
Thread Starter
mommyu
(@mommyu)
Thank you. I copied and pasted into the CSS section and it worked. Great!
Now to figure out more of this. I love this site!