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.