• Hi I’m new to word press and site building but I have a good grasp.

    I’ve read a lot about twitter widgets now not being customisable? but I’m hoping theres a way anyone can help me?

    I’m using the jetpack twitter widget and I’m very happy with it. I just want to disable a few css styling elements.

    the Twitter follow button is gradiented and I just want it transparent or white
    Inspector>

    .follow-button:link, .follow-button:visited {
    background-image: -webkit-linear-gradient(#fff,#dedede);
    background-image: linear-gradient(#fff,#dedede);
    background-color: #eee;
    }

    These are the variables I’m trying to deactivate.

    As well as turning off the grey padding #e8e8e8e8 from the .timeline-footer element.
    Obviously I’m getting this very wrong. please help!

    site address:
    https://schrodingersgallery.co.uk/

  • The topic ‘Jetpack twitter plugin styling?’ is closed to new replies.