Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you tried Twitter Feeds>All Feeds>Colour Scheme>Custom

    Plugin Support Smash Balloon Louis

    (@smashballoonlouis)

    Hi @matt4,

    Thanks for contacting us! The colors there should be inherited by your theme and can also be adjusted in the settings area that @deanfp pointed out.

    If you run into any conflicts with applying the colors there, you could also add custom CSS like below to WordPress Dashboard > Appearance > Customize > Additional CSS. You would just need to change red to the color codes you would like to use.

    .ctf-header-link {
    	color: red !important;
    }
    
    .ctf-reply, .ctf-retweet, .ctf-like {
    	color: red !important;
    }

    I hope this helps! Please let us know if you have any other questions.

    Best regards,
    Louis

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit style of the feed’ is closed to new replies.