• Resolved bluemo126

    (@bluemo126)


    Hey,

    I′m trying to set up my newsticker:
    – When i′m adding it to a post all modifications in the ticker are working (html, <h4>-Tags, hide title via CSS)

    Problem: When i′m adding the ticker as a header widget, it is displayed BUT without the modifications. I want to hide the title of the ticker and change the font size, because it is displayed too small.

    Thank you very much and best regards,
    Moritz

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bluemo126

    (@bluemo126)

    ok – got it !
    had to hide : .mtphr-dnt-title
    and NOT: .mtphr-dnt-inline-title

    and adding:
    .mtphr-dnt-tick,
    .mtphr-dnt-tick * {
    font-size:large;
    }

    helped for the font size. Hope someone can use this for a quick solution.

    Plugin Author metaphorcreations

    (@metaphorcreations)

    Glad you figured it out. Thanks for helping others!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HTML and hide title not working’ is closed to new replies.