Thread Starter
Bob H
(@bhartnett)
Thanks for the quick response Emily. The gradient generator is pretty slick. I created the background, unfortunately I am not familiar enough with code work to know what to do with it.
Any simple suggestions?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and 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:
Alternatively use your Child Theme style.css file to hold your CSS modifications:
#nav-header.nav-container {
/* Your CSS goes here */
}
Thread Starter
Bob H
(@bhartnett)
SWEET! Worked great. Thanks for the help.
Thread Starter
Bob H
(@bhartnett)
Thanks everyone. I figured out the answer to my second question.