adding logo where site title is

  • Unknown's avatar

    Hello

    I’m currently using the visual theme.

    Is there anyway to insert my custom logo where the site title goes?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, I see that you do not have a site title and tagline entered, and also that you have it hidden at Customize > Site Identity. Working off the Visual theme demo site, I came up with the following using an image that I saw in your media library.

    .site-branding {
        background-image: url("https://wattwheels.files.wordpress.com/2016/11/cropped-cropped-cropped-cropped-cropped-cropped-cropped-new-logo-font11.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 20px top;
    }
    .site-title, .site-description {
        visibility: hidden;
    }

    Give that a try and you can replace the URL in the background-image declaration with the image you wish to use. You will need to “un-hide” your site title and tagline and actually add a site title and tagline.

  • Unknown's avatar

    Hi thesacredpath,
    I am using the Twenty-Eleven theme. Could you help me out in reducing the height of the header and make the theme layout into three (3) columns: 2 sidebars and at the middle is the content bar? Here’s my site: https://mainbaronline.com

  • Unknown's avatar

    Hi @regeljavines, since you are using a different theme, and since CSS is generally theme specific, can I ask you to create a new thread in the CSS Forum? Many thanks in advance.

  • The topic ‘adding logo where site title is’ is closed to new replies.