• Hey, I’m trying to edit the links in the widget using custom CSS. My theme adds a box to every link which can get very distracting. I plugged this into the css:

    .mtw_tweets a:hover {
    	background: none;
    	box-shadow: none;
    	padding: 0;
    	color: #172caf;
    }
    
    .mtw_tweets a {
    	background: none;
    	box-shadow: none;
    	padding: 0;
    	color: #00b74a;
    }

    and the result can be seen here: http://www.lownote.net/portfolio/i-78-eastbound/

    I basically want to remove all of those shadow boxes, special formatting and odd font colors. They’re used in the theme, but they look destracting in the widget. Ideally, I’d like to just convert all of the text to how it looks in your demo screen shots. Any ideas on how to fix it would be greatly appreciated.

    http://wordpress.org/plugins/my-twitter-widget/

  • The topic ‘CSS Questions’ is closed to new replies.