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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -