Title: Logo?
Last modified: August 21, 2016

---

# Logo?

 *  [ghostfreak](https://wordpress.org/support/users/ghostfreak/)
 * (@ghostfreak)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/logo-21/)
 * How would I insert a small logo (.jpg) beside the title [ Can’t seem to either find an option or I could be missing something…](http://hardrockhorror.com)

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

 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/logo-21/#post-3967490)
 * Put this in Custom CSS section of Jetpack plugin. Change image url to yours.
 *     ```
       #blog-info h1 a:before {
       	content: "";
       	display: block; width: 48px; height: 48px;
       	position: absolute; top: -2px; left: -60px;
       	background-image: url("http://dummyimage.com/48x48/ff0000/ffffff.png");
       	background-size: cover;
       }
       #blog-info h1, #descr { position: relative; margin-left: 60px; }
       ```
   
 *  Thread Starter [ghostfreak](https://wordpress.org/support/users/ghostfreak/)
 * (@ghostfreak)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/logo-21/#post-3967493)
 * Thanks will let know if It was uploaded properly.
 *  Thread Starter [ghostfreak](https://wordpress.org/support/users/ghostfreak/)
 * (@ghostfreak)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/logo-21/#post-3967498)
 * That displays it thanks but I’m getting an invisible box… Does it have to be 
   a particular size?
 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/logo-21/#post-3967502)
 * Use a valid image url, a link ending with `.jpg`, and yes 48×48 size.
 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/logo-21/#post-3967508)
 * (This is a separate issue)
 * There is a letter `v` in the markup just under `<body>` which is something obviously
   wrong, did you edit `header.php` ?
 *  Thread Starter [ghostfreak](https://wordpress.org/support/users/ghostfreak/)
 * (@ghostfreak)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/logo-21/#post-3967607)
 * Got that ‘v’ text sorted, thanks 🙂
 *  Thread Starter [ghostfreak](https://wordpress.org/support/users/ghostfreak/)
 * (@ghostfreak)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/logo-21/#post-3967794)
 * 48×48 makes the logo look very small and cramped :\ I have a good sized one at
   178×111 (although it still might be a bit too small) – is there anyway I could
   insert this logo and have it on the right side of the text that says ‘Hard Rock
   Horror’?

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

The topic ‘Logo?’ is closed to new replies.

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

## Tags

 * [image](https://wordpress.org/support/topic-tag/image/)
 * [logo](https://wordpress.org/support/topic-tag/logo/)

 * 7 replies
 * 2 participants
 * Last reply from: [ghostfreak](https://wordpress.org/support/users/ghostfreak/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/logo-21/#post-3967794)
 * Status: not resolved