Viewing 4 replies - 1 through 4 (of 4 total)
  • something like this can help you out.

    .website-name a {
    	background: url("img/logo.png") no-repeat top left;
    	height: {logo file H};
    	width: {logo file W};
    	display: block;
    	text-indent: -9999px;
    }
    Thread Starter petleyj

    (@petleyj)

    Many thanks for that. Do you know what file I would need to be in for that.

    Thanks.

    James

    Sorry, i forgot to mention it.
    style.css Its located in your theme root folder.

    Yes, and style.css should not be modified – as the changes will be lost when the theme is updated. The code can be added to custom CSS via a plugin or a child theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding a logo to our blog.’ is closed to new replies.