• I need to insert my logo but no provision except a text form of my company name. please assist.

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, Espied does not have a logo feature, but a logo can be added with CSS as a background to the site title div. Add the following and then replace URL_OF_IMAGE between the quote marks with the URL of the logo image from your media library.

    .site-branding .site-title {
      background: url('URL_OF_IMAGE') no-repeat scroll left top / contain;
      height: 70px;
    }
    .site-branding .site-title a, .site-branding .site-title a:hover {
      color: transparent;
    }
Viewing 1 replies (of 1 total)

The topic ‘How do i insert logo on espied theme’ is closed to new replies.