• Will someone please tell me how to add a logo to the left side of twenty ten theme? Without having to code if possible. I am using the most current version of twenty ten.

Viewing 1 replies (of 1 total)
  • Hello @e7car

    This is possible to achieve with some CSS code.

    To load image, try the following CSS:

    #site-title {
    background: url("https://yoursite.com/image/logo.png") no-repeat scroll 0 0 transparent;
    height: 90px;
    width: 300px;}

    Play with the height and width to make it right.

    To add the CSS code, please try the Simple Custom CSS plugin.

    If you need assistance, share the link to your site.

    Kind regards,
    Nastia

Viewing 1 replies (of 1 total)
  • The topic ‘Logo’ is closed to new replies.