• I’d like to add a logo (the same one as my site icon) to the left of the title on my page. I don’t want to replace the title with my logo, just add an icon to the left of the text. Is this something I can do?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thank you for getting in touch with us.

    Please go to Appearance → Customize → Additional CSS and add the following css:

    .header-logo-text a:before {
        content: url(https://i0.wp.com/77.104.138.91/~happyhiv/wp-content/uploads/2018/08/cropped-BeeWithDottedCircle_BW-2.gif?fit=32%2C32);
        position: relative;
        left: -15px;
        top: -5px;
    }

    This should place your favicon image on the left of your header text.

    Hope that helps.

    Kind regards

    Thread Starter cfwillia

    (@cfwillia)

    Thank you! This worked but it is very small. Is there a way to make it larger?

    Hi cfwillia.

    If you replace the URL in the content line with one leading to a bigger image, that should do the trick. ??

    If you have any additional questions, feel free to ask.

    Kind regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding a logo to the title’ is closed to new replies.