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

    (@metaphorcreations)

    You will need to do that through custom css that you can add to your News Tickers > Settings page. There aren’t any specific font styles added to the tickers so everything is based on the styles of your theme.

    Thread Starter Beck_luna

    (@beck_luna)

    im using this but it doesn’t work

    .mtphr-dnt {
    .post-title { color: solid #FFFFFF; }
    .post-body { background: #000000; }
    }

    Plugin Author metaphorcreations

    (@metaphorcreations)

    Try:

    .mtphr-dnt-title {
      color: #FFF;
      background: #000;
      font-size: 12px;
    }

    I added a font-size style as well… I thought that’s what you originally where looking for.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change the 'title' Style’ is closed to new replies.