What I'm trying to accomplish:
When I inspect the element and get the appropriate classes and then apply the styles, nothing seems to happen. Why is this? How can I go about changing the styles of my tweet for my webpage?
.Tweet-header.u-cf{
display:none !important;
}
div#twitter-widget-0 {
background: orange;
}
<script src="https://platform.twitter.com/widgets.js"></script>
<blockquote class="twitter-tweet" data-lang="en"><p lang="ro" dir="ltr">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse ut porttitor elit. Nulla mattis sem et ullamcorper pretium. Nunc malesu</p>— Jason (@jasontestsus) <a href="https://twitter.com/jasontestsus/status/699685458146623489">February 16, 2016</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
My Fiddle: https://jsfiddle.net/jzhang172/4ewm1hjd/