p#slogan {
font-size: 24px;
color: #444; /* choose a color here */
margin-top: .5em;
}
#menu {
width: 100%;
}
#logo-area {
float:none;
margin: 0 auto;
text-align: center;
}
To add CSS:
- If you are using WordPress 4.7 or later, use the “Additional CSS” option in the customizer.
- If your theme has a custom CSS option, use that to add the CSS shown above.
- If not, install the plugin Simple Custom CSS.
Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.