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

    (@metaphorcreations)

    If you just want to change the size you can use the following css (added to your News Tickers > Settings page):

    .mtphr-dnt-nav i {
        width: 38px;
        height: 38px;
        font-size: 38px;
        line-height: 38px;
    }

    Adjust these values to the size you’d like. Example:

    .mtphr-dnt-nav i {
        width: 60px;
        height: 60px;
        font-size: 60px;
        line-height: 60px;
    }
    Thread Starter youyi01

    (@youyi01)

    Thanks a lot! It worked flawlessly.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘rotate icon selector’ is closed to new replies.