• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Adding an SVG logo to Eleven40 pro

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › Adding an SVG logo to Eleven40 pro

This topic is: not resolved

Tagged: css, Eleven40-Pro, SVG

  • This topic has 1 reply, 2 voices, and was last updated 11 years, 9 months ago by Tom.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • March 31, 2014 at 3:06 pm #97761
    silvine
    Member

    I created an SVG logo for my development site http://bryancollins.eu/wp/

    I can view the SVG image on my site, but it won't appear as a logo.

    I followed the instructions here: http://genesisdesignr.com/using-svg-images-genesis-2-0/

    How can I fix this?

    http://bryancollins.eu/wp/
    April 5, 2014 at 9:12 pm #98683
    Tom
    Participant

    Your logo file is 320x65px, which is pretty small, and will never grow larger, so you don't really need to use the SVG format for image quality, except that the image size is really, really tiny**. (There is actually some redundant image data in your SVG file. I was able to reduce the size to 7.9 KB from 26.8 KB.)

    Chris Coyier at CSS-Tricks has part of the solution (http://css-tricks.com/using-svg/) The other part is a correction to the code from genesisdesignr.com. Try the following code in place of the existing piece. This worked for me on a local install:

    .title-area {
      text-indent: -9999px;
      background: url(http://bryancollins.eu/wp/wp-content/uploads/2014/03/WRP-Logo-SVG.svg)  no-repeat scroll top transparent;
      background-size: 320px 65px;
    }

    You can control the size in media queries, if desired, as follows:

    @media only screen and (max-width: 320px) {
        .title-area {
            background-size: 280px 57px;
        }
    }
    

    ** I've uploaded the smaller image file to http://www.tiikoni.com/tis/view/?id=2076b7a
    (14-day expiry)


    Choose your next site design from over 350 Genesis themes.
    [ Follow me: Twitter ] [ Follow Themes: Twitter ] [ My Favourite Webhost ]

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble