Title: Having trouble targeting
Last modified: August 20, 2016

---

# Having trouble targeting

 *  [jphogan](https://wordpress.org/support/users/jphogan/)
 * (@jphogan)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/having-trouble-targeting/)
 * [http://hrreinvention.redbranchmedia.com/](http://hrreinvention.redbranchmedia.com/)
 * I am trying to change the background color of the twitter widget. I have tried
   targeting it with ‘div.twtr-doc’ and with ‘#twtr-widget-1 .twtr-doc, #twtr-widget-
   1 .twtr-hd a, #twtr-widget-1 h3, #twtr-widget-1 h4’
 * I must be doing something wrong because I can’t get the background color to change
   or the font within. Thanks for any help.

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 10 months ago](https://wordpress.org/support/topic/having-trouble-targeting/#post-2985772)
 * Use these CSS selectors `#twtr-widget-1 .twtr-doc, #twtr-widget-1 .twtr-hd a,#
   twtr-widget-1 h3, #twtr-widget-1 h4`
 * E.g
 *     ```
       #twtr-widget-1 .twtr-doc, #twtr-widget-1 .twtr-hd a, #twtr-widget-1 h3, #twtr-widget-1 h4 {
        background-color: #fff;
        color: #000;
       }
       ```
   
 *  [radhika](https://wordpress.org/support/users/arti-singh/)
 * (@arti-singh)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/having-trouble-targeting/#post-2985777)
 * you have to some changes in your theme template where you add the twitter scripting:
 *     ```
       <script type="text/javascript">
       				new TWTR.Widget( {
                                               rrp : 5,
                                               theme : {
                                               shell : {
                                               background : "red", //change the background color & color according your need
                                               color : "#ab7373"
                                               },
                                               tweets : {
                                               background : "green", //change the background color & color according your need
                                               color : "#d41616",
                                               links : "#f9b3ee"
                                               }
                                               },
                                               width : "auto",
                                               height : 200,
                                               features : {
                                               live : true,
                                               scrollbar : false,
                                               timestamp : false,
                                               hashtags : false,
                                               avatars : true,
                                               loop : false,
                                               behaviour : "all"
                                               },
                                               version : 2,
                                               interval : 6000,
                                               type : "profile",
                                               title : null,
                                               subject : null,
                                               search : "@marenhogan"
                                               } ).render().setUser('@jasonlauritsen').start();
       			</script>
       ```
   
 * _[Moderator Note: Please post code or markup snippets between backticks or use
   the code button. As it stands, your code may now have been permanently damaged/
   corrupted by the forum’s parser.]_

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

The topic ‘Having trouble targeting’ is closed to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [radhika](https://wordpress.org/support/users/arti-singh/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/having-trouble-targeting/#post-2985777)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
