• Resolved mikii

    (@mikii)


    Hi. Is there a way to add an inline logo image next to the ticker title?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    You can add an html img tag directly into the title of your ticker. Something like:

    Testing <img style="display:inline;width:auto;height:50px;" src="path-to-your-image.jpg" />

    You could also add an image with custom css:

    .mtphr-dnt-inline-title {
       padding-right: 55px;
       background-image: url(path-to-your-image.jpg.jpg);
       background-size: auto 100%;
       background-repeat: no-repeat;
       background-position: right;
       margin-right: 10px;
    }

    You’ll need to adjust either of these examples to fit your particular site.

    Thread Starter mikii

    (@mikii)

    THank you.

    Plugin Author metaphorcreations

    (@metaphorcreations)

    You’re welcome!

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