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

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -