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

    (@peterbooker)

    Hi Zainab,

    Currently the only option is to show/hide the images with a link. Another user mentioned it would be better to show the images by default, so this will be coming in an update. It will probably be in a couple of weeks, after WP 3.9 is released.

    As for re-sizing the Tweet username and text, that can only be done by adding custom CSS at the moment, but if you can do that this should work (change the pixel number as required):

    body .kebo-tweets .ktweet .kmeta .kaccount {
        font-size: 14px;
    }
    
    body .kebo-tweets .ktweet .ktext {
        font-size: 12px;
    }
    Thread Starter Zainab R.

    (@crazy18gurl)

    Thank you! That CSS did the trick and that’s good to hear, I look forward to the update!

    Thank you for the great plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show Photo by Default Change Text Size’ is closed to new replies.