Title: MB2access's Replies | WordPress.org

---

# MB2access

  [  ](https://wordpress.org/support/users/mb2access/)

 *   [Profile](https://wordpress.org/support/users/mb2access/)
 *   [Topics Started](https://wordpress.org/support/users/mb2access/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mb2access/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mb2access/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mb2access/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mb2access/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mb2access/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [changing a header image in Platform Base Version 1.4.1](https://wordpress.org/support/topic/changing-a-header-image-in-platform-base-version-141/)
 *  [MB2access](https://wordpress.org/support/users/mb2access/)
 * (@mb2access)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/changing-a-header-image-in-platform-base-version-141/#post-3189377)
 * Does your theme allow you to upload an image via an ePanel or Editor?
 * Look to the left and in your Dashboard locate “Appearance” select one of the 
   options “Theme” or in your case “PlatformPro”
 * Under the Header section upload your new Logo.
 * Otherwise your code above needs to be corrected in the “Dashboard” “Appearance”“
   Editor” section.
 * Look for the section on the right labeled “Header” Click it.
 * If the code was directly written into the CSS then look for something like this…(
   make the changes to the bold text) Your logo’s URL goes there. Don’t forget to
   save.
 * _[ Moderator Note: Please post code or markup snippets between backticks or use
   the code button. As it stands, your code may now have been permanently damaged/
   corrupted by the forum’s parser. ]_
 *     ```
       <a>"><?php $logo = (get_option('estore_logo') <> '') ? get_option('estore_logo') : get_bloginfo('template_directory').'<strong>/images/logo.png</strong>'; ?>
       				<img src="<?php echo esc_url($logo); ?>" alt="<?php echo esc_attr(get_bloginfo('name')); ?>" id="logo"/></a>
       ```
   

Viewing 1 replies (of 1 total)