Here are the steps to customize your website header.
Add a Custom Logo
Click Customize under Appearance on the sidebar
Click Header > Custom Logo Image
Click the Select Image button under Logo Image.
Upload Image
Drag your logo into the overlay window, or click the Upload Files tab.
Click the Select Files button and browse your computer for your logo.
Click the Choose Image button.
Click the Save & Publish button.
Add Logo for 2.17 & Below
Instructions
In WordPress click Theme Options under Appearance on the sidebar.
Click the Header tab
Where you see the Select Logo Type drop down, select Custom Image Logo.
Next to Logo Image click the upload button to browse your computer for your logo. Suggested image size is 60 pixels in height and can be up to 560 pixels wide.
Once you upload and upload your logo, click the Save Options button at the bottom right of the page.
Edit Site Title & Tagline
Your site title and tagline appear at the top left of your website if you have not uploaded a logo.
In WordPress, click Customize under Appearance on the sidebar
Click Header
Edit your Site Title & Tagline
Click the Save & Publish button.
Center Logo
In WordPress, click Customize under Appearance on the sidebar
Click Header > Logo & Title
Click Center under Logo Position
Click the Save & Publish button.
Center Logo for 2.17 & Below
Add this custom CSS code.
/* Center Logo */
#site_logo, #site_name, #site_name h2 { width: 100%; text-align: center; float: none; } #header_social_icons { display: none;}
Add Social Links to Header
In WordPress, click Customizeunder Appearance on the sidebar
Click Header > Social Icons
Enter in the web addresses to the social profiles you would like to display.
Click the Save & Publish button.
Add Social Links for 2.17 & Below
In WordPress click Theme Options under Appearance on the sidebar.
On the options page click the Header tab.
Fill in the input boxes to the social websites you would like to link too.
Click the Save Options button.
Once you save your changes, the social buttons will appear on the top right of your website.
Only use this code if you are centering your site logo.
#header_social_icons { float: none; text-align: center !important; width: 100%; }
Add Favicon
Favicons are the small 16 pixels by 16 pixels pictures you see beside some URLs in your browser’s address bar.
In WordPress, click Customizeunder Appearance on the sidebar
Click Header > Logo & Title
Click the Select Image under the Site Icon.
Upload Image
Drag your logo into the overlay window, or click the Upload Files tab.
Click the Select Files button and browse your computer for your logo.
Click the Choose Image button.
Click the Save & Publish button.
Add Favion for 2.17 & Below
In WordPress click Theme Options under Appearance on the sidebar.
Click the Header tab.
Browse your computer for your 16×16 pixel favicon.
Once you upload and select your favicon, click the Save Options button at the bottom right of the page.
Customize Header Colors
Here are the steps to edit your website’s header colors in 2.18 and above.
Click Customize under Appearance on the sidebar.
Click Header > Colors
Edit the color settings and click the Save & Publish button to make changes live.
CSS Tips & Tricks
How to Make Your Header White ( 2.17 & Below )
You do not need to follow this tutorial for 2.18 and above. The code below is for 2.17 and below.
Preview
/* Changes Header to White */
.navigation_holder, .header_holder { background-color: #ffffff; }
/* Makes Social Icons a Light Grey */
#header_social_icons .circle { color: #ffffff; background-color: #e4e4e4; }
/* Changes Navigation Link Color */
.navigation_holder a , ul.topnav .menu-button { color: #666666 !important; }
.navigation_holder ul li ul li a { color: #ffffff !important; }
Change the Header Background Color ( 2.17 & Below )
This website uses cookies. By using this website, you agree to our Privacy PolicyI Accept
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
Need Help?
1. Try searching for answers. Try searching different terms if you can't find a answer. 2. Try troubleshooting if something is not working.
3. If you can't find answers, click to leave a comment. Provide website links and detailed information.