Jump to content

How do I Insert my own Custom logo on the header?


SGW

Recommended Posts

Paysite theme doesn't have image logo, its logo is based on text that you can input into Website UI -> Theme settings.

If you want to render custom image logo, you can do that via CSS. Find this class in your CSS style and add background option there:

.logo a {
    color: #1b1b1d;
    background: url('/static/images/logo.png');
}

And put logo image under this URL.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...