Knowledge Base

Find solutions for top issues, common error messages and troubleshooting guides

Change Site Title Using a Logo

http://colorlabs.co/JYMAK9

For BloggingNews theme, our default style for the logo is using a site title. But somehow, some of you might be wanna use own logo to change the site title instead. You can try doing step by step to make it different by using your own logo :

1.    Go to Settings > General > remove the “Site Title “


2.    Open file wp-content\themes\bloggingnews\header.php , find open & close tag for “logo”

3.    Change all codes between <div id=”logo”> with this code below :

Use your own link file for the image

4.    Now  add this css code at BloggingNews > Custom File Editor > custom.css
.logoImg {
margin-top: 40px; /*change with you own style position */
max-width: 350px; /*maximal width for the logo image */
}

Contact Us