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

    (@peterbooker)

    Hi alysiasimone,

    Sorry to hear you have had problems getting the Widget to display well on your site. The default styling aims to use your themes styling where possible to fit into your site.

    There are currently no options inside the plugin for changing the styling, other than the general ‘Theme’ Light/Dark options. You could customise it with CSS like this:

    .ktweet .ktext {
        color: #fff;
    }
    .ktweet .ktext a {
        color: #[insert link color code];
    }
    .ktweet .ktext a:hover {
        color: #[insert link hover color code];
    }

    You would need to insert the link colors into the above CSS yourself, as I don’t know which colors your site uses.

    Would it be possible for me to see a link to your site? I might be able to improve the plugins CSS so that it naturally fits better into sites like yours.

    Thread Starter alysiasimone

    (@alysiasimone)

    thanks.. so once i choose and plug in the link colors where exactly in the plugin CSS do i pop in the customization?

    sure.. my site is Rewind And Come Again

    Plugin Author Peter Booker

    (@peterbooker)

    Thanks for the link to the site. I think the plugin is working as well as we can get it to, as it is picking up the default color from your theme for the footer so that it fits in with other widgets.

    If you wanted the styling to stay across plugin updates, it would be better to put it at the bottom of your themes CSS file. Otherwise it will be overwritten each time we update the plugin.

    Alternatively, you could update the themes CSS so that all the footer text is white and that would change the look of the Twitter Feed too.

    Thread Starter alysiasimone

    (@alysiasimone)

    thanks! i think updating the footer text css is the way to go as all of tha ttext is hard to read on the black bkgrd.. thanks for the help!

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

The topic ‘Changing tweet text color’ is closed to new replies.