Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter adekenney

    (@adekenney)

    Update : I’ve nearly sorted it!
    The Ticker has now doubled in height and the title font must be the same as the colour of the bar as the title is invisible! I will keep looking…!

    Thread Starter adekenney

    (@adekenney)

    I tried this :

    https://www.ads-software.com/support/topic/title-as-link-1?replies=3

    Specifically :

    Add this to your News Tickers > Settings page in the Custom CSS field:

    .mtphr-dnt-inline-title {
    position: relative;
    z-index: 999;
    }

    … but my Ticker Bar is still too high and the Title is on visible when I hover over it and it in the Center of the bar!

    Plugin Author metaphorcreations

    (@metaphorcreations)

    You have some css styles from your theme that are affecting the display of the ticker title. Try adding this css to the News Ticker > Settings page:

    .post-content h3.mtphr-dnt-title,
    .post-content h3.mtphr-dnt-title a {
      line-height: 16px !important;
      color: #FFF !important;
      margin: 0;
    }
    Thread Starter adekenney

    (@adekenney)

    You, my friend, are an absolute STAR! Thank you so much!

    Thread Starter adekenney

    (@adekenney)

    Resolved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Newsticker Title Not Showing?’ is closed to new replies.