Title: custom header
Last modified: August 21, 2016

---

# custom header

 *  Resolved [toshopoholic](https://wordpress.org/support/users/toshopoholic/)
 * (@toshopoholic)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/custom-header-33/)
 * I was wondering how I could use the fashionistas theme with a custom header. 
   I like the layout but I would prefer to have a header that is consistent with
   my main website [http://www.torontoshopoholic.com](http://www.torontoshopoholic.com).
   Looking to have the same or similar smaller header at [http://www.torontoshopoholicblog.com](http://www.torontoshopoholicblog.com)
 * Thanks

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [toshopoholic](https://wordpress.org/support/users/toshopoholic/)
 * (@toshopoholic)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/custom-header-33/#post-3980340)
 * I have resolved this myself. I just added the image to the header widget.
 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/custom-header-33/#post-3980346)
 * Something doesn’t seem right, the logo is not responsive ( it should because 
   theme is responsive and it has responsive image class already ).
 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/custom-header-33/#post-3980352)
 * First of all, please go to the main setting page and put in both Site Title and
   Tag Line. It’s important to site accessibility and SEO.
 * And then put this in the Jetpack Custom CSS module.
 *     ```
       /* ----- hide visually but keep SEO ----- */
       .site-title,
       .site-description {
       	position: absolute !important;
       	clip: rect(1px 1px 1px 1px); /* IE7 */
       	clip: rect(1px, 1px, 1px, 1px);
       }
   
       /* ----- allow img in there responsive ----- */
       .site-header .widget { float: none; }
       ```
   
 * Your `<img>` tag in header text widget could be wrapped in a link to site url
   so that it’s clickable which is expected.
 * Also, please consider go over all of your posts and text widgets taking out all
   the inline styles with fixed width in it, because those are ruining the responsiveness
   of the theme. In fact, completely remove all the inline styles, because its usage
   like this kills off the power of CSS.
 *  [theiconic](https://wordpress.org/support/users/theiconic/)
 * (@theiconic)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/custom-header-33/#post-3980572)
 * Hi,
 * I tried to do what you said but it’s not working for me.
    Could you please describe
   step by step please? I would like to put an image instead of the Title of the
   website and slogan.
 * Thanks
 *  Thread Starter [toshopoholic](https://wordpress.org/support/users/toshopoholic/)
 * (@toshopoholic)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/custom-header-33/#post-3980575)
 * Hi for this theme there is an option for a header widget. Put a text widget in
   the head widget area. Then add the relevant html to post the picture/logo you
   want to show
 * hope that helps
 *  [SandraPhotography](https://wordpress.org/support/users/sandracoc/)
 * (@sandracoc)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/custom-header-33/#post-3980617)
 * hi, can you tell me what the html code would be for a custom header image? i’m
   new at this and your site looks great!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘custom header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fashionistas/1.9/screenshot.png)
 * Fashionistas
 * [Support Threads](https://wordpress.org/support/theme/fashionistas/)
 * [Active Topics](https://wordpress.org/support/theme/fashionistas/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fashionistas/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fashionistas/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [SandraPhotography](https://wordpress.org/support/users/sandracoc/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/custom-header-33/#post-3980617)
 * Status: resolved