Center Align Header Text
-
Good Day, I have a site http://www.cfsc.co.za that is hosted through a local service provider and using a Sporty Theme selected. Can you please advise how I can center align my header text. Many Thanks
-
Hi,
Please note that these forums are for WordPress.com hosted sites only. If your site is using the open-source WordPress.org software you need to seek help at these forums:
https://wordpress.org/support/forums/Hi, try adding this under Customize > CSS for the logo:
.site-header {
text-align: center;
}.custom-logo {
float: none;
}For the page and post titles, add this:
.page-title, .entry-title {
color: black;
font-weight: bold;
}You can adjust that as you’d like. We have more tips here:
https://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/Cheers!
-
Hi, try adding this under Customize > CSS for the logo:
.site-header { text-align: center; } .custom-logo { float: none; }For the page and post titles, add this:
.page-title, .entry-title { color: black; font-weight: bold; }You can adjust that as you’d like. We have more tips here:
https://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/Cheers!
- The topic ‘Center Align Header Text’ is closed to new replies.