Title: coding logo into style.css
Last modified: August 21, 2016

---

# coding logo into style.css

 *  Resolved [ldudu](https://wordpress.org/support/users/ldudu/)
 * (@ldudu)
 * [12 years ago](https://wordpress.org/support/topic/coding-logo-into-stylecss/)
 * Just redid my writing portfolio with the theme and am a big fan.
 * Unfortunately, my web hosting has always been glitchy and I’m unable to upload
   files through the dashboard (I’ve given up trying to fix it and do manual uploads
   through a client). I’d like to use a logo, but because of this glitchy hosting
   I’m unable to upload a photo through the Customize page.
 * Is there a way to code the logo image (with .jpg URL) directly into the style.
   css?
 * I’d also like to ensure that this image is a background and still have the Site
   Title/Tagline text on top.

Viewing 1 replies (of 1 total)

 *  Theme Author [Han](https://wordpress.org/support/users/hwijaya/)
 * (@hwijaya)
 * [12 years ago](https://wordpress.org/support/topic/coding-logo-into-stylecss/#post-4947765)
 * yes you can add your logo via css.
 *     ```
       .site-title {
         font-size:0;
         background-image:url(your-logo-url.png);
         width: you-logo-width px;
         height: you-logo-height px;
         display:block;
       }
       ```
   
 * I’s suggest to fix hosting issue or just move to better hosting.

Viewing 1 replies (of 1 total)

The topic ‘coding logo into style.css’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Han](https://wordpress.org/support/users/hwijaya/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/coding-logo-into-stylecss/#post-4947765)
 * Status: resolved