css - Twitter Embedded Timeline Background Colour -
using following twitter embed method (https://dev.twitter.com/web/embedded-timelines) using grid layout, there way control background colour?
the issue in context: http://bitly.com/2afuuhj
the style love update within class "gridlayouttextonlytweet" inside iframe.
you can do:
.gridlayouttextonlytweet { background: red; }
it shouldn't matter it's in iframe. may need add !important
override default styles, try without first.
Comments
Post a Comment