• Resolved Ben

    (@fire4all)


    Hello from Germany,

    we bought your awesome plugin (Posts Ticker!) today and i am wondering if and how i could manage to prefix and postfix a Post Title with “+++” … So i have a post named
    “This is just a test post” and i need it to display as “+++ This is just a test post +++”.

    I am using rotation as mode – everything worked out perfect, it is just the need of these +-signs in front and after each tick.

    Perhaps you have an idea?

    Thanks in advance,
    Ben

    The page I need help with: [log in to see the link]

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

    (@metaphorcreations)

    Try adding the following custom css to your News Tickers > Settings page (or anywhere else you can add custom css):

    .mtphr-dnt-posts-title:before {
      content: '+++';
      margin-right: 3px;
    }
    .mtphr-dnt-posts-title:after {
      content: '+++';
      margin-left: 3px;
    }
    Thread Starter Ben

    (@fire4all)

    Thank you so much – exactly doing the job!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pre- & Postfix with Posts-Slider Titles’ is closed to new replies.