Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello!

    The theme doesn’t have such feature. But it’s certainly possible with some CSS! You could put your logo as background for .site-title a element, like this (you need to upload the image first via media uploader):

    .site-title a {
    background-image: url("https://path/to/the/image.png");
    text-indent: 100%;
    }

    Additional styling may be required to make sure that everything displays properly.
    This change can be easily introduced via My Custom CSS plugin (or via Custom CSS feature of Jetpack). If you need more help setting it up, please provide your website URL.

    iamjro

    (@iamjro)

    Hi Alex!

    This worked perfectly for the desktop version but now looks insane on the mobile site.

    Any ideas how to adjust that too?

    me too. explain me elaborately…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add your own logo’ is closed to new replies.