Change Site Title Using a Logo
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 :
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 */
}




