• Resolved fairmediacouncil

    (@fairmediacouncil)


    Hello,

    I am using this plugin and i’m trying to edit the style.css with mixed success.

    I was able to change the size of all of the text through the css but I could only change the color of the unlinked text of the tweets. I tried changing the color of the twitter handle, hashtags, time/date etc. but it did not take.

    Here is my website.

    The code I currently have in the css is as follows:

    .widget_rotatingtweets_widget {
    	width: 100%;
    }
    */
    div.rotatingtweet {
    	font-size: 1.5em;
            color: #000;
    	word-wrap: break-word;
    }
    /*
    div.rotatingtweets {
    	clear:both;
    }
    */
    p.rtw_meta,div.rtw_meta,div.rtw_meta_wide,div.rtw_name,div.rtw_id,div.rtw_time_short,div.rtw_rt_meta {
    	font-size: 1.0em;
            color: #800;
    	line-height: normal;
    }
    div.rtw_wide_block div.rtw_name {
    	font-size: 1.0em;
            color: #800;
    }

    https://www.ads-software.com/plugins/rotatingtweets/

    I was wondering if you could point me in the right direction.
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link Color’ is closed to new replies.